aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d08553bb7..e7ad63925 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2771,8 +2771,8 @@ if test X"$OPT_LIBMETALINK" != Xno; then
want_metalink="no"
])
if test "x$OPENSSL_ENABLED" != "x1" -a "x$USE_WINDOWS_SSPI" != "x1" \
- -a "x$GNUTLS_ENABLED" != "x1" -a "x$MBEDTLS_ENABLED" != "x1" \
- -a "x$NSS_ENABLED" != "x1" -a "x$SECURETRANSPORT_ENABLED" != "x1"; then
+ -a "x$GNUTLS_ENABLED" != "x1" -a "x$NSS_ENABLED" != "x1" \
+ -a "x$SECURETRANSPORT_ENABLED" != "x1"; then
AC_MSG_WARN([metalink support requires a compatible SSL/TLS backend])
want_metalink="no"
fi