[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] branch master updated: configure: fixed copy-paste error
From: |
gnunet |
Subject: |
[libmicrohttpd] branch master updated: configure: fixed copy-paste error introduced by 5e45bedae5684ac71347fcb6b8d43740866417ed |
Date: |
Wed, 04 May 2022 17:40:08 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
The following commit(s) were added to refs/heads/master by this push:
new 26a99d18 configure: fixed copy-paste error introduced by
5e45bedae5684ac71347fcb6b8d43740866417ed
26a99d18 is described below
commit 26a99d18825719fbf01d03b39f6a4ae5959547ff
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed May 4 18:39:05 2022 +0300
configure: fixed copy-paste error introduced by
5e45bedae5684ac71347fcb6b8d43740866417ed
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index dabe94bf..f8fcef35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3093,7 +3093,7 @@ AS_VAR_IF([[enable_asserts]], [["yes"]],
[
MHD_PREPEND_FLAG_TO_VAR([CPPFLAGS_ac],[-DNDEBUG=1])
CPPFLAGS="${CPPFLAGS_ac} ${user_CPPFLAGS}"
- ])]
+ ]
)
AS_UNSET([enabled_sanitizers])
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libmicrohttpd] branch master updated: configure: fixed copy-paste error introduced by 5e45bedae5684ac71347fcb6b8d43740866417ed,
gnunet <=