aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-30 19:20:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-10-30 19:28:22 +0300
commit0b07383f0167931242076c8db747210f337f2cc9 (patch)
tree6603dbfa7c4e30ebc63c878ea77f6240a217e4f7
parentb7475cd8db526df55131d1c77033cdd856365842 (diff)
downloadlibmicrohttpd-0b07383f0167931242076c8db747210f337f2cc9.tar.gz
libmicrohttpd-0b07383f0167931242076c8db747210f337f2cc9.zip
configure: sorted summary messages
-rw-r--r--configure.ac22
1 files changed, 11 insertions, 11 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:
4322 Target directory: ${prefix} 4322 Target directory: ${prefix}
4323 Cross-compiling: ${cross_compiling} 4323 Cross-compiling: ${cross_compiling}
4324 Operating System: ${mhd_host_os}${os_ver_msg} 4324 Operating System: ${mhd_host_os}${os_ver_msg}
4325 Messages: ${enable_messages}
4326 Cookie parsing: ${enable_cookie}
4327 Postproc: ${enable_postprocessor}
4328 HTTP "Upgrade": ${enable_httpupgrade}
4329 Basic auth.: ${enable_bauth}
4330 Digest auth.: ${enable_dauth}
4331 MD5: ${enable_md5_MSG}
4332 SHA-256: ${enable_sha256_MSG}
4333 SHA-512/256: ${enable_sha512_256_MSG}
4325 Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select} 4334 Shutdown of listening socket triggers select: ${mhd_cv_host_shtdwn_trgr_select}
4326 Inter-thread comm: ${use_itc} 4335 Inter-thread comm: ${use_itc}
4336 Threading lib: ${USE_THREADS}
4327 poll support: ${enable_poll=no} 4337 poll support: ${enable_poll=no}
4328 epoll support: ${enable_epoll=no} 4338 epoll support: ${enable_epoll=no}
4329 sendfile used: ${found_sendfile} 4339 sendfile used: ${found_sendfile}
4330 HTTPS support: ${MSG_HTTPS} 4340 HTTPS support: ${MSG_HTTPS}
4331 Threading lib: ${USE_THREADS}
4332 Use thread names: ${enable_thread_names}
4333 Compact code: ${enable_compact_code} (${compact_code_MSG}) 4341 Compact code: ${enable_compact_code} (${compact_code_MSG})
4342 Use thread names: ${enable_thread_names}
4334 Use debug asserts: ${enable_asserts} 4343 Use debug asserts: ${enable_asserts}
4335 Use sanitizers: ${enabled_sanitizers:=no} 4344 Use sanitizers: ${enabled_sanitizers:=no}
4336 Messages: ${enable_messages}
4337 Basic auth.: ${enable_bauth}
4338 Digest auth.: ${enable_dauth}
4339 MD5: ${enable_md5_MSG}
4340 SHA-256: ${enable_sha256_MSG}
4341 SHA-512/256: ${enable_sha512_256_MSG}
4342 HTTP "Upgrade": ${enable_httpupgrade}
4343 Cookie parsing: ${enable_cookie}
4344 Postproc: ${enable_postprocessor}
4345 Build docs: ${enable_doc} 4345 Build docs: ${enable_doc}
4346 Build examples: ${enable_examples} 4346 Build examples: ${enable_examples}
4347 Build static lib: ${enable_static} 4347 Build static lib: ${enable_static}