configure.in: Start --with(out)-mbedtls descriptions with upper-case characters
[privoxy.git] / configure.in
index 2889ac2..3bc17e0 100644 (file)
@@ -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