From 0b07383f0167931242076c8db747210f337f2cc9 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 30 Oct 2022 19:20:35 +0300 Subject: [PATCH] configure: sorted summary messages --- configure.ac | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index dd2fef8c..536a4d66 100644 --- a/configure.ac +++ b/configure.ac @@ -4322,26 +4322,26 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: Target directory: ${prefix} Cross-compiling: ${cross_compiling} Operating System: ${mhd_host_os}${os_ver_msg} - Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select} - Inter-thread comm: ${use_itc} - poll support: ${enable_poll=no} - epoll support: ${enable_epoll=no} - sendfile used: ${found_sendfile} - HTTPS support: ${MSG_HTTPS} - Threading lib: ${USE_THREADS} - Use thread names: ${enable_thread_names} - Compact code: ${enable_compact_code} (${compact_code_MSG}) - Use debug asserts: ${enable_asserts} - Use sanitizers: ${enabled_sanitizers:=no} Messages: ${enable_messages} + Cookie parsing: ${enable_cookie} + Postproc: ${enable_postprocessor} + HTTP "Upgrade": ${enable_httpupgrade} Basic auth.: ${enable_bauth} Digest auth.: ${enable_dauth} MD5: ${enable_md5_MSG} SHA-256: ${enable_sha256_MSG} SHA-512/256: ${enable_sha512_256_MSG} - HTTP "Upgrade": ${enable_httpupgrade} - Cookie parsing: ${enable_cookie} - Postproc: ${enable_postprocessor} + Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select} + Inter-thread comm: ${use_itc} + Threading lib: ${USE_THREADS} + poll support: ${enable_poll=no} + epoll support: ${enable_epoll=no} + sendfile used: ${found_sendfile} + HTTPS support: ${MSG_HTTPS} + Compact code: ${enable_compact_code} (${compact_code_MSG}) + Use thread names: ${enable_thread_names} + Use debug asserts: ${enable_asserts} + Use sanitizers: ${enabled_sanitizers:=no} Build docs: ${enable_doc} Build examples: ${enable_examples} Build static lib: ${enable_static}