gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 223/282: configure.ac: Disable metalink if mbedTLS is specified


From: gnunet
Subject: [gnurl] 223/282: configure.ac: Disable metalink if mbedTLS is specified
Date: Wed, 01 Apr 2020 14:31:28 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 18901c7bb7a3a718681267210355ac62d8a3e314
Author: Steve Holme <address@hidden>
AuthorDate: Mon Mar 2 01:51:49 2020 +0000

    configure.ac: Disable metalink if mbedTLS is specified
    
    Follow up to cdcc9df1 and #5006. Even though I mentioned mbedTLS as
    being one of the backends that metalink needs to be disabled for, I
    seem to have included it in the list of allowed SSL/TLS backends in
    comnfigure.ac :(
    
    Closes #5013
---
 configure.ac | 4 ++--
 1 file 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]