commit a0c836e6680e88ec8a5d96990d9295045e039ac6
parent 203f6b604e99aaf35c4cc5a7b77aeb00530855fe
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Fri, 1 Apr 2022 11:34:07 +0300
configure: added workaround for problematic formating tools
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -211,8 +211,8 @@ AC_ARG_ENABLE([linker-hardening],
LDFLAGS="${LDFLAGS_ac} ${user_LDFLAGS}"
-AH_TEMPLATE([[HAVE_STDBOOL_H]], [Define to 1 if you have the <stdbool.h> header file and <stdbool.h> defines 'bool' type.])
-AH_TEMPLATE([[HAVE_REAL_BOOL]], [Define to 1 if you have the real boolean type.])
+AH_TEMPLATE([[HAVE_STDBOOL_H]], [Define to 1 i][f you have the <stdbool.h> header file and <stdbool.h> defines 'bool' type.])
+AH_TEMPLATE([[HAVE_REAL_BOOL]], [Define to 1 i][f you have the real boolean type.])
AH_TEMPLATE([[bool]], [Define to type name which will be used as boolean type.])
AC_CHECK_HEADER([stdbool.h],
[
@@ -1948,7 +1948,7 @@ MHD_CHECK_FUNC([[sysctl]], [[
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
- ]], [[int mib[2] = {CTL_KERN, KERN_MAXPROC}; if (sysctl(mib, 2, NULL, NULL, NULL, 0)) return 1;]]
+ ]], [[int mib[2] = {CTL_KERN, KERN_MAXPROC}; i][f (sysctl(mib, 2, NULL, NULL, NULL, 0)) return 1;]]
)
MHD_CHECK_FUNC([[sysctlbyname]], [[