[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/06: configure: fixed configuration summary
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/06: configure: fixed configuration summary |
Date: |
Fri, 14 Jun 2024 21:20:05 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 255ede03c7a2f13fde14321154f72029bc775550
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun May 19 12:34:12 2024 +0200
configure: fixed configuration summary
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 424ec8a8..bd4e4e56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5994,7 +5994,7 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION}
Configuration Summary:
Build shared lib: ${enable_shared}
Build docs: ${enable_doc}
Build examples: ${enable_examples}
- Build tools: ${enable_examples}
+ Build tools: ${enable_tools}
Test with libcurl: ${MSG_CURL}
Heavy tests: ${use_heavy_tests_MSG}
Fuzzing tests: ${run_zzuf_tests_MSG=no}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] branch master updated (7472d893 -> 7f28cb41), gnunet, 2024/06/14
- [libmicrohttpd] 02/06: configure: rewritten checks for inline and force inline keywords, gnunet, 2024/06/14
- [libmicrohttpd] 05/06: W32 resources: reworked, added support for the static lib resources, gnunet, 2024/06/14
- [libmicrohttpd] 06/06: Remove tags from .gitlab-ci.yml, gnunet, 2024/06/14
- [libmicrohttpd] 04/06: configure: supported C23 'noreturn' keyword, gnunet, 2024/06/14
- [libmicrohttpd] 03/06: configure: improved checks for function name magic-macros, gnunet, 2024/06/14
- [libmicrohttpd] 01/06: configure: fixed configuration summary,
gnunet <=