gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 02/14: Configure: do not define unused var in Makefiles


From: gnunet
Subject: [libmicrohttpd] 02/14: Configure: do not define unused var in Makefiles
Date: Thu, 06 Jan 2022 17:07:25 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 510f7991db25e0d4c09fec43228fc742af128c36
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Jan 4 15:13:36 2022 +0300

    Configure: do not define unused var in Makefiles
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 0d9ab850..5d6dc9b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3373,6 +3373,7 @@ MHD_LIB_LDFLAGS="$MHD_LIB_LDFLAGS -export-dynamic 
-no-undefined"
 
 AC_SUBST([CPU_COUNT])
 AC_SUBST([HEAVY_TESTS_NOTPARALLEL])
+AM_SUBST_NOTMAKE([HEAVY_TESTS_NOTPARALLEL])
 AC_SUBST(MHD_LIB_CPPFLAGS)
 AC_SUBST(MHD_LIB_CFLAGS)
 AC_SUBST(MHD_LIB_LDFLAGS)

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