This commit is contained in:
Viktor Szakats 2026-07-30 11:11:21 +02:00
parent 233159e06c
commit a09a20f5f8
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, disabling HTTPS, FTPS, NTLM and more.
AC_MSG_ERROR([TLS not detected, cannot build with 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)