gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/07: configure: fixed broken configure due to the miss


From: gnunet
Subject: [libmicrohttpd] 01/07: configure: fixed broken configure due to the missing value
Date: Sun, 17 Apr 2022 14:26:58 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 3c9f681e667f675073d8424a9984fe17a50de16b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Apr 17 15:22:56 2022 +0300

    configure: fixed broken configure due to the missing value
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cbafd7d9..81bdbb31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AS_CASE([${enable_build_type}],[release|release-*],
         MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], 
[CFLAGS_ac])
       ]
     )
-    AS_VAR_IF([enable_build_type],
+    AS_VAR_IF([enable_build_type],["release"],
       [ # Flags are not suitable for 'compact' and for 'hardened'
         MHD_CHECK_ADD_CC_CFLAGS([-ffast-math -fno-trapping-math], [CFLAGS_ac])
       ]

-- 
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]