X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=0fa3534650f4a0bd1efc2f90f20dd58df37d5b56;hp=c542038ac03b00838a5ba605df1a2c19c631dbc7;hb=c1814461cf26780888442d71e47413544531fbd9;hpb=74f84988126c9680e5e05513a42016f0dbe6c185 diff --git a/configure.in b/configure.in index c542038a..0fa35346 100644 --- a/configure.in +++ b/configure.in @@ -1166,14 +1166,14 @@ if test X"$OPT_MBEDTLS" != Xno; then fi AC_SUBST(FEATURE_HTTPS_INSPECTION_ONLY_MBEDTLS) -dnl ======================================================== -dnl check for OpenSSL which is required for https inspection -dnl ======================================================== +dnl ================================================================= +dnl check for OpenSSL/LibreSSL which is required for https inspection +dnl ================================================================= FEATURE_HTTPS_INSPECTION_ONLY_OPENSSL=# OPT_OPENSSL=no AC_ARG_WITH(openssl,dnl -AC_HELP_STRING([--with-openssl], [Enable OpenSSL detection for https inspection.]) -AC_HELP_STRING([--without-openssl], [Disable OpenSSL detection]), +AC_HELP_STRING([--with-openssl], [Enable OpenSSL/LibreSSL detection for https inspection.]) +AC_HELP_STRING([--without-openssl], [Disable OpenSSL/LibreSSL detection]), OPT_OPENSSL=$withval) if test X"$OPT_OPENSSL" != Xno; then