gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 04/04: configure: sorted messages in final config summar


From: gnunet
Subject: [libmicrohttpd] 04/04: configure: sorted messages in final config summary
Date: Tue, 30 Jan 2024 23:07:11 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    configure: sorted messages in final config summary
---
 configure.ac | 20 ++++++++++----------
 1 file 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}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]