diff options
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c099ab94e..e9f0ef75b 100755 --- a/configure.ac +++ b/configure.ac @@ -1480,6 +1480,11 @@ AC_HELP_STRING([--with-winssl],[enable Windows native SSL/TLS]) AC_HELP_STRING([--without-winssl], [disable Windows native SSL/TLS]), OPT_WINSSL=$withval) +AC_ARG_WITH(schannel,dnl +AC_HELP_STRING([--with-schannel],[enable Windows native SSL/TLS]) +AC_HELP_STRING([--without-schannel], [disable Windows native SSL/TLS]), + OPT_WINSSL=$withval) + AC_MSG_CHECKING([whether to enable Windows native SSL/TLS (Windows native builds only)]) if test -z "$ssl_backends" -o "x$OPT_WINSSL" != xno; then ssl_msg= |