gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/06: configure: further improved *FLAGS reporting


From: gnunet
Subject: [libmicrohttpd] 01/06: configure: further improved *FLAGS reporting
Date: Sat, 16 Apr 2022 12:39:26 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 75125088d18d5270f8d3d8908154d8d1111b2dd1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Apr 9 19:33:22 2022 +0300

    configure: further improved *FLAGS reporting
---
 configure.ac | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index 39587fe3..ef7424be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3510,16 +3510,16 @@ AC_MSG_NOTICE([Toolchain flags:
   CC=$CC
   User/system flags:
     CPPFLAGS="$user_CPPFLAGS"
-    CFLAGS="$user_CFLAGS"
-    LDFLAGS="$user_LDFLAGS"
+    CFLAGS=  "$user_CFLAGS"
+    LDFLAGS= "$user_LDFLAGS"
   Final set of the flags for tests and examples:
     CPPFLAGS="$fin_CPPFLAGS"
-    CFLAGS="$fin_CFLAGS"
-    LDFLAGS="$fin_LDFLAGS"
+    CFLAGS=  "$fin_CFLAGS"
+    LDFLAGS= "$fin_LDFLAGS"
   Final set of the flags for ${PACKAGE_NAME} library:
     CPPFLAGS="$fin_lib_CPPFLAGS"
-    CFLAGS="$fin_lib_CFLAGS"
-    LDFLAGS="$fin_lib_LDFLAGS"
+    CFLAGS=  "$fin_lib_CFLAGS"
+    LDFLAGS= "$fin_lib_LDFLAGS"
 ])
 AS_UNSET([fin_CPPFLAGS])
 AS_UNSET([fin_CFLAGS])

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