configure.in: Start --with(out)-mbedtls descriptions with upper-case characters
authorFabian Keil <fk@fabiankeil.de>
Thu, 11 Jun 2020 16:30:13 +0000 (18:30 +0200)
committerFabian Keil <fk@fabiankeil.de>
Mon, 15 Jun 2020 08:43:22 +0000 (10:43 +0200)
Sponsored by: Robert Klemme

configure.in

index 2889ac2..3bc17e0 100644 (file)
@@ -1137,8 +1137,8 @@ dnl ========================================================
 FEATURE_HTTPS_INSPECTION_ONLY=#
 OPT_MBEDTLS=no
 AC_ARG_WITH(mbedtls,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
   OPT_MBEDTLS=$withval)
 
 if test X"$OPT_MBEDTLS" != Xno; then