commit 255ede03c7a2f13fde14321154f72029bc775550
parent 7472d893c701ea08db78f4b57c62b1de5af30c99
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Sun, 19 May 2024 12:34:12 +0200
configure: fixed configuration summary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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}