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
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:
Target directory: ${prefix}
Cross-compiling: ${cross_compiling}
Operating System: ${mhd_host_os}${os_ver_msg}
+ Threading lib: ${USE_THREADS}
+ Inter-thread comm: ${use_itc}
+ Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select}
+ poll support: ${enable_poll=no}
+ epoll support: ${enable_epoll=no}
+ sendfile used: ${found_sendfile}
+ HTTPS support: ${MSG_HTTPS}
Messages: ${enable_messages}
Cookie parsing: ${enable_cookie}
Postproc: ${enable_postprocessor}
- HTTP "Upgrade": ${enable_httpupgrade}
Basic auth.: ${enable_bauth}
Digest auth.: ${enable_dauth}
Digest auth. defaults: ${dauth_defs_MSG}
MD5: ${enable_md5_MSG}
SHA-256: ${enable_sha256_MSG}
SHA-512/256: ${enable_sha512_256_MSG}
- 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}
+ HTTP "Upgrade": ${enable_httpupgrade}
Compact code: ${enable_compact_code} (${compact_code_MSG})
Use thread names: ${enable_thread_names}
Use debug asserts: ${use_asserts_MSG=no}
Use sanitizers: ${enabled_sanitizers:=no}
+ Build static lib: ${enable_static}
+ Build shared lib: ${enable_shared}
Build docs: ${enable_doc}
Build examples: ${enable_examples}
Build tools: ${enable_examples}
- Build static lib: ${enable_static}
- Build shared lib: ${enable_shared}
Test with libcurl: ${MSG_CURL}
Heavy tests: ${use_heavy_tests_MSG}
Fuzzing tests: ${run_zzuf_tests_MSG=no}