gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/07: configure: minor fix


From: gnunet
Subject: [libmicrohttpd] 02/07: configure: minor fix
Date: Sun, 17 Apr 2022 14:26: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 4e34b6a43ad46421a73f7ab43c04d5447f4a5cc0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Apr 17 15:23:52 2022 +0300

    configure: minor fix
    
    Added quoting for string values.
---
 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 81bdbb31..29eaf7db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,8 +172,7 @@ AS_VAR_IF([enable_build_type],["debug"],
 AS_CASE([${enable_build_type}],[release|release-*],
   [ # All release types
     CFLAGS="${user_CFLAGS}"
-    AS_VAR_IF([enable_build_type],
-      [release-compact],
+    AS_VAR_IF([enable_build_type],["release-compact"],
       [
         AC_CHECK_DECL([MHD_FAVOR_SMALL_CODE],[],
           [AC_CHECK_DECL([MHD_FAVOR_FAST_CODE],[],
@@ -197,8 +196,7 @@ AS_CASE([${enable_build_type}],[release|release-*],
       ]
     )
 
-    AS_VAR_IF([enable_build_type],
-      [release-hardened],
+    AS_VAR_IF([enable_build_type],["release-hardened"],
       [
         MHD_CHECK_ADD_CC_CFLAGS([-Wformat-security -Wstack-protector], 
[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]