From a1085032dc631e387eb8e06b41a382e7dc6dd8eb Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sat, 3 Aug 2024 18:49:54 +0200 Subject: [PATCH] mhd_sys_extentions.m4: more fixed for older autoconf --- m4/mhd_sys_extentions.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/mhd_sys_extentions.m4 b/m4/mhd_sys_extentions.m4 index 32fa0b97..dc1b2f60 100644 --- 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]) ]