mirror of
https://github.com/curl/curl.git
synced 2026-07-31 05:08:03 +03:00
configure.ac avoid will
This commit is contained in:
parent
b7d6e6f7fb
commit
ea55a8b21b
1 changed files with 1 additions and 1 deletions
|
|
@ -2153,7 +2153,7 @@ fi
|
|||
|
||||
case "x$SSL_DISABLED$OPENSSL_ENABLED$GNUTLS_ENABLED$MBEDTLS_ENABLED$WOLFSSL_ENABLED$SCHANNEL_ENABLED$RUSTLS_ENABLED" in
|
||||
x)
|
||||
AC_MSG_ERROR([TLS not detected, you will not be able to use HTTPS, FTPS, NTLM and more.
|
||||
AC_MSG_ERROR([TLS not detected, disabling HTTPS, FTPS, NTLM and more.
|
||||
Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, --with-schannel, --with-amissl or --with-rustls to address this.])
|
||||
;;
|
||||
x1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue