aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-30 23:05:33 +0100
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2024-01-30 23:05:33 +0100
commitf8e198519e049b4955fb85bd40421b0841a85858 (patch)
treec5541247715c4ba64f555cdf74d06c92eba09412
parenta88f3149a88b879eb21d28156d6dea08dbc93956 (diff)
downloadlibmicrohttpd-f8e198519e049b4955fb85bd40421b0841a85858.tar.gz
libmicrohttpd-f8e198519e049b4955fb85bd40421b0841a85858.zip
configure: sorted messages in final config summary
-rw-r--r--configure.ac20
1 files changed, 10 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 90e18c25..17bee6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6056,32 +6056,32 @@ AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary:
6056 Target directory: ${prefix} 6056 Target directory: ${prefix}
6057 Cross-compiling: ${cross_compiling} 6057 Cross-compiling: ${cross_compiling}
6058 Operating System: ${mhd_host_os}${os_ver_msg} 6058 Operating System: ${mhd_host_os}${os_ver_msg}
6059 Threading lib: ${USE_THREADS}
6060 Inter-thread comm: ${use_itc}
6061 Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select}
6062 poll support: ${enable_poll=no}
6063 epoll support: ${enable_epoll=no}
6064 sendfile used: ${found_sendfile}
6065 HTTPS support: ${MSG_HTTPS}
6059 Messages: ${enable_messages} 6066 Messages: ${enable_messages}
6060 Cookie parsing: ${enable_cookie} 6067 Cookie parsing: ${enable_cookie}
6061 Postproc: ${enable_postprocessor} 6068 Postproc: ${enable_postprocessor}
6062 HTTP "Upgrade": ${enable_httpupgrade}
6063 Basic auth.: ${enable_bauth} 6069 Basic auth.: ${enable_bauth}
6064 Digest auth.: ${enable_dauth} 6070 Digest auth.: ${enable_dauth}
6065 Digest auth. defaults: ${dauth_defs_MSG} 6071 Digest auth. defaults: ${dauth_defs_MSG}
6066 MD5: ${enable_md5_MSG} 6072 MD5: ${enable_md5_MSG}
6067 SHA-256: ${enable_sha256_MSG} 6073 SHA-256: ${enable_sha256_MSG}
6068 SHA-512/256: ${enable_sha512_256_MSG} 6074 SHA-512/256: ${enable_sha512_256_MSG}
6069 Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select} 6075 HTTP "Upgrade": ${enable_httpupgrade}
6070 Inter-thread comm: ${use_itc}
6071 Threading lib: ${USE_THREADS}
6072 poll support: ${enable_poll=no}
6073 epoll support: ${enable_epoll=no}
6074 sendfile used: ${found_sendfile}
6075 HTTPS support: ${MSG_HTTPS}
6076 Compact code: ${enable_compact_code} (${compact_code_MSG}) 6076 Compact code: ${enable_compact_code} (${compact_code_MSG})
6077 Use thread names: ${enable_thread_names} 6077 Use thread names: ${enable_thread_names}
6078 Use debug asserts: ${use_asserts_MSG=no} 6078 Use debug asserts: ${use_asserts_MSG=no}
6079 Use sanitizers: ${enabled_sanitizers:=no} 6079 Use sanitizers: ${enabled_sanitizers:=no}
6080 Build static lib: ${enable_static}
6081 Build shared lib: ${enable_shared}
6080 Build docs: ${enable_doc} 6082 Build docs: ${enable_doc}
6081 Build examples: ${enable_examples} 6083 Build examples: ${enable_examples}
6082 Build tools: ${enable_examples} 6084 Build tools: ${enable_examples}
6083 Build static lib: ${enable_static}
6084 Build shared lib: ${enable_shared}
6085 Test with libcurl: ${MSG_CURL} 6085 Test with libcurl: ${MSG_CURL}
6086 Heavy tests: ${use_heavy_tests_MSG} 6086 Heavy tests: ${use_heavy_tests_MSG}
6087 Fuzzing tests: ${run_zzuf_tests_MSG=no} 6087 Fuzzing tests: ${run_zzuf_tests_MSG=no}