From: Fabian Keil Date: Thu, 11 Jun 2020 16:30:13 +0000 (+0200) Subject: configure.in: Start --with(out)-mbedtls descriptions with upper-case characters X-Git-Tag: v_3_0_29~277 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=bb097e9192a253de446ac06feb2902765d32e826 configure.in: Start --with(out)-mbedtls descriptions with upper-case characters Sponsored by: Robert Klemme --- diff --git a/configure.in b/configure.in index 2889ac2c..3bc17e00 100644 --- a/configure.in +++ b/configure.in @@ -1137,8 +1137,8 @@ dnl ======================================================== FEATURE_HTTPS_INSPECTION_ONLY=# OPT_MBEDTLS=no AC_ARG_WITH(mbedtls,dnl -AC_HELP_STRING([--with-mbedtls],[enable mbedTLS detection for https inspection.]) -AC_HELP_STRING([--without-mbedtls], [disable mbedTLS detection]), +AC_HELP_STRING([--with-mbedtls], [Enable mbedTLS detection for https inspection.]) +AC_HELP_STRING([--without-mbedtls], [Disable mbedTLS detection]), OPT_MBEDTLS=$withval) if test X"$OPT_MBEDTLS" != Xno; then