libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f8e198519e049b4955fb85bd40421b0841a85858
parent a88f3149a88b879eb21d28156d6dea08dbc93956
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 30 Jan 2024 23:05:33 +0100

configure: sorted messages in final config summary

Diffstat:
Mconfigure.ac | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git 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}