From a09a20f5f80230a36ca955186e5dfbe24baf0044 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 11:11:21 +0200 Subject: [PATCH] fixup --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 498c8f2a01..5e9f1ac2e4 100644 --- a/configure.ac +++ b/configure.ac @@ -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)