From ead75eb19ea9f881eb70c6650bb53f8bc1fce5c9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 19 May 2024 12:34:12 +0200 Subject: [PATCH] configure: fixed configuration summary --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 214a5df5..3ea32657 100644 --- a/configure.ac +++ b/configure.ac @@ -6156,7 +6156,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}