configure.ac avoid will

This commit is contained in:
Viktor Szakats 2026-07-28 23:48:31 +02:00
parent b7d6e6f7fb
commit ea55a8b21b
No known key found for this signature in database

View file

@ -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)