gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: -do not execute GNS proxy test with curl-openssl


From: gnunet
Subject: [gnunet] 02/02: -do not execute GNS proxy test with curl-openssl
Date: Fri, 21 Oct 2022 03:57:09 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 2321a2f860be63fb313ba076376b2d22c3edbf7a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Oct 21 10:57:00 2022 +0900

    -do not execute GNS proxy test with curl-openssl
---
 configure.ac        | 1 +
 src/gns/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cf03e4d2c..54eb73a92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -734,6 +734,7 @@ AC_RUN_IFELSE(
                     [AC_MSG_WARN([cURL does not have GnuTLS backend])
                      curl_gnutls=0])
 LIBS=$OLD_LIBS
+AM_CONDITIONAL([HAVE_GNUTLS_CURL], [test "x$curl_gnutls" = "x1"])
 
 
 # Even if curl is found, we check for this constant in order to determine
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 1fe6ce438..2fbb49b18 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -259,7 +259,7 @@ check_SCRIPTS = \
   test_gns_revocation.sh\
   test_gns_redirect_lookup.sh
 
-if HAVE_GNUTLS
+if HAVE_GNUTLS_CURL
 check_SCRIPTS += \
   test_proxy.sh
 endif

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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