From bb097e9192a253de446ac06feb2902765d32e826 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 11 Jun 2020 18:30:13 +0200 Subject: [PATCH] configure.in: Start --with(out)-mbedtls descriptions with upper-case characters Sponsored by: Robert Klemme --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2