commit a1085032dc631e387eb8e06b41a382e7dc6dd8eb
parent 8a233bab73972de92aa29407b492a57ce5be6e1c
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sat, 3 Aug 2024 18:49:54 +0200
mhd_sys_extentions.m4: more fixed for older autoconf
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/m4/mhd_sys_extentions.m4 b/m4/mhd_sys_extentions.m4
@@ -47,7 +47,7 @@
# and this notice are preserved. This file is offered as-is, without any
# warranty.
-#serial 4
+#serial 5
AC_DEFUN([MHD_SYS_EXT],[dnl
AC_PREREQ([2.64])dnl for AS_VAR_IF, AS_VAR_SET_IF, m4_ifnblank
@@ -309,7 +309,7 @@ ${mhd_mse_sys_features_src}
)dnl
])dnl
]
- )dnl
+ )
CFLAGS="$mhd_SYS_EXT_SAVE_CFLAGS"
AS_UNSET([mhd_SYS_EXT_SAVE_CFLAGS])
]