gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 06/12: configure: added workaround for problematic forma


From: gnunet
Subject: [libmicrohttpd] 06/12: configure: added workaround for problematic formating tools
Date: Sun, 03 Apr 2022 19:19:59 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit a0c836e6680e88ec8a5d96990d9295045e039ac6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Apr 1 11:34:07 2022 +0300

    configure: added workaround for problematic formating tools
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c430a1b0..2a92bbe0 100644
--- 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]], [[

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]