diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2017-11-26 16:29:34 +0300 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2017-11-26 16:29:34 +0300 |
commit | 7a66082eeeb55ebef8caff1588145d99cd2d37d1 (patch) | |
tree | a39ed1c3c087d56d703cacd9190ac3ec2304e579 | |
parent | 4a126e24e7b780c3ad0196b72f813ce4a90215e3 (diff) | |
download | libmicrohttpd-7a66082eeeb55ebef8caff1588145d99cd2d37d1.tar.gz libmicrohttpd-7a66082eeeb55ebef8caff1588145d99cd2d37d1.zip |
configure: reordered Configuration Summary output to improve readability
-rw-r--r-- | configure.ac | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 9174fa4a..a2714940 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2022,28 +2022,27 @@ else | |||
2022 | MSG_CURL="yes" | 2022 | MSG_CURL="yes" |
2023 | fi | 2023 | fi |
2024 | 2024 | ||
2025 | AC_MSG_NOTICE([libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: | 2025 | AC_MSG_NOTICE([GNU libmicrohttpd ${PACKAGE_VERSION} Configuration Summary: |
2026 | Target directory: ${prefix} | ||
2026 | Cross-compiling: ${cross_compiling} | 2027 | Cross-compiling: ${cross_compiling} |
2027 | Operating System: ${host_os} | 2028 | Operating System: ${host_os} |
2029 | Shutdown of listening socket trigger select: ${mhd_cv_host_shtdwn_trgr_select} | ||
2030 | Inter-thread comm: ${use_itc} | ||
2031 | poll support: ${enable_poll=no} | ||
2032 | epoll support: ${enable_epoll=no} | ||
2033 | sendfile used: ${found_sendfile} | ||
2034 | HTTPS support: ${MSG_HTTPS} | ||
2028 | Threading lib: ${USE_THREADS} | 2035 | Threading lib: ${USE_THREADS} |
2029 | Use thread names: ${enable_thread_names} | 2036 | Use thread names: ${enable_thread_names} |
2030 | Inter-thread comm: ${use_itc} | ||
2031 | Test with libcurl: ${MSG_CURL} | ||
2032 | Target directory: ${prefix} | ||
2033 | Shutdown of listening socket | ||
2034 | trigger select: ${mhd_cv_host_shtdwn_trgr_select} | ||
2035 | Use debug asserts: ${enable_asserts} | 2037 | Use debug asserts: ${enable_asserts} |
2036 | Messages: ${enable_messages} | 2038 | Messages: ${enable_messages} |
2037 | Basic auth.: ${enable_bauth} | 2039 | Basic auth.: ${enable_bauth} |
2038 | Digest auth.: ${enable_dauth} | 2040 | Digest auth.: ${enable_dauth} |
2039 | HTTP "Upgrade": ${enable_httpupgrade} | 2041 | HTTP "Upgrade": ${enable_httpupgrade} |
2040 | Postproc: ${enable_postprocessor} | 2042 | Postproc: ${enable_postprocessor} |
2041 | HTTPS support: ${MSG_HTTPS} | 2043 | Build docs: ${enable_doc} |
2042 | poll support: ${enable_poll=no} | 2044 | Build examples: ${enable_examples} |
2043 | epoll support: ${enable_epoll=no} | 2045 | Test with libcurl: ${MSG_CURL} |
2044 | sendfile used: ${found_sendfile} | ||
2045 | build docs: ${enable_doc} | ||
2046 | build examples: ${enable_examples} | ||
2047 | ]) | 2046 | ]) |
2048 | 2047 | ||
2049 | if test "x$enable_https" = "xyes" | 2048 | if test "x$enable_https" = "xyes" |