gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/09: configure: fixed underquoting, typos, wording


From: gnunet
Subject: [libmicrohttpd] 03/09: configure: fixed underquoting, typos, wording
Date: Sun, 11 Sep 2022 19:56:05 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 070947d809d65a22967ee486af5e26d48bae7b21
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Sep 9 13:58:46 2022 +0300

    configure: fixed underquoting, typos, wording
---
 configure.ac | 20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index b12bb253..64631425 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3033,28 +3033,26 @@ AM_CONDITIONAL([HAVE_GNUTLS_MTHREAD_BROKEN], [[test 
"x${mhd_cv_gnutls_mthread_br
 AM_CONDITIONAL([USE_UPGRADE_TLS_TESTS], [[test 
"x${mhd_cv_gnutls_mthread_broken}" = "xno" || test "x${mhd_cv_gnutls_cli}" = 
"xyes"]])
 
 # optional: HTTP Basic Auth support. Enabled by default
-AC_MSG_CHECKING([[whether to support HTTP basic authentication]])
+AC_MSG_CHECKING([[whether to support HTTP Basic authentication]])
 AC_ARG_ENABLE([bauth],
-               AS_HELP_STRING([--disable-bauth],
-                       [disable HTTP basic Auth support]),
+               [AS_HELP_STRING([--disable-bauth],[disable HTTP Basic 
Authentication support])],
                [enable_bauth=${enableval}],
                [enable_bauth=yes])
 AS_IF([[test "x$enable_bauth" != "xno"]],
   [ enable_bauth=yes
-    AC_DEFINE([BAUTH_SUPPORT],[1],[Define to 1 if libmicrohttpd is compiled 
with basic Auth support.]) ])
+    AC_DEFINE([BAUTH_SUPPORT],[1],[Define to 1 if libmicrohttpd is compiled 
with Basic Auth support.]) ])
 AM_CONDITIONAL([ENABLE_BAUTH], [test "x$enable_bauth" != "xno"])
 AC_MSG_RESULT([[$enable_bauth]])
 
 # optional: HTTP Digest Auth support. Enabled by default
-AC_MSG_CHECKING([[whether to support HTTP digest authentication]])
+AC_MSG_CHECKING([[whether to support HTTP Digest authentication]])
 AC_ARG_ENABLE([dauth],
-               AS_HELP_STRING([--disable-dauth],
-                       [disable HTTP basic and digest Auth support]),
+               [AS_HELP_STRING([--disable-dauth], [disable HTTP Digest 
Authentication support])],
                [enable_dauth=${enableval}],
                [enable_dauth=yes])
 AS_IF([[test "x$enable_dauth" != "xno"]],
   [ enable_dauth=yes
-    AC_DEFINE([DAUTH_SUPPORT],[1],[Define to 1 if libmicrohttpd is compiled 
with digest Auth support.]) ])
+    AC_DEFINE([DAUTH_SUPPORT],[1],[Define to 1 if libmicrohttpd is compiled 
with Digest Auth support.]) ])
 AM_CONDITIONAL([ENABLE_DAUTH], [test "x$enable_dauth" != "xno"])
 AC_MSG_RESULT([[$enable_dauth]])
 
@@ -3063,8 +3061,7 @@ AM_CONDITIONAL([HAVE_ANYAUTH],[test "x$enable_bauth" != 
"xno" || test "x$enable_
 # optional: HTTP "Upgrade" support. Enabled by default
 AC_MSG_CHECKING([[whether to support HTTP "Upgrade"]])
 AC_ARG_ENABLE([[httpupgrade]],
-    AS_HELP_STRING([[--disable-httpupgrade]],
-      [disable HTTP "Upgrade" support]),
+    [AS_HELP_STRING([[--disable-httpupgrade]], [disable HTTP "Upgrade" 
support])],
     
[AS_VAR_IF([[enable_httpupgrade]],[["no"]],[],[[enable_httpupgrade='yes']])],
     [[enable_httpupgrade='yes']])
 AS_VAR_IF([[enable_httpupgrade]],[["yes"]],
@@ -3076,8 +3073,7 @@ AC_MSG_RESULT([[$enable_httpupgrade]])
 # optional: HTTP cookie parsing support. Enabled by default
 AC_MSG_CHECKING([[whether to support HTTP cookie parsing]])
 AC_ARG_ENABLE([[cookie]],
-    AS_HELP_STRING([[--disable-cookie]],
-      [disable HTTP cookie parsing support]),
+    [AS_HELP_STRING([[--disable-cookie]], [disable HTTP cookie parsing 
support])],
     [AS_VAR_IF([[enable_cookie]],[["no"]],[],[[enable_cookie='yes']])],
     [[enable_cookie='yes']])
 AS_VAR_IF([[enable_cookie]],[["yes"]],

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