gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: configure: corrected help message


From: gnunet
Subject: [libmicrohttpd] 01/02: configure: corrected help message
Date: Tue, 20 Feb 2024 16:35:40 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 20943e0b69cfd1baefb7f765bd97f7a8cf3d90d3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Feb 20 20:34:17 2024 +0500

    configure: corrected help message
---
 configure.ac | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index c9f87dd4..c20e6f02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3586,11 +3586,12 @@ AS_IF([[test "x$found_sendfile" = "xno" && test 
"x$enable_sendfile" = "xyes"]],
   [AC_MSG_ERROR([[sendfile() usage was requested by configure parameter, but 
no usable sendfile() function is detected]])]
 )
 
-# optional: have error messages ?
-AC_MSG_CHECKING([[whether to generate error messages]])
+# optional: enable error and informational messages
+AC_MSG_CHECKING([[whether to generate text messages]])
 AC_ARG_ENABLE([messages],
    [AS_HELP_STRING([--disable-messages],
-               [disable MHD error messages])],
+               [disable error, warning messages and text bodies for ]
+               [automatic HTTP responses (to reduce the binary size)])],
    [enable_messages=${enableval}],
    [enable_messages=yes])
 AS_IF([[test "x$enable_messages" = "xyes"]],

-- 
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]