aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-21 10:57:00 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-21 10:57:00 +0900
commit2321a2f860be63fb313ba076376b2d22c3edbf7a (patch)
tree58d1ed0bf98dd217ea0f5a25254fecc9c0d399fc
parent35068004d96e7d6b1d6548a6bcc2592970c5603d (diff)
downloadgnunet-2321a2f860be63fb313ba076376b2d22c3edbf7a.tar.gz
gnunet-2321a2f860be63fb313ba076376b2d22c3edbf7a.zip
-do not execute GNS proxy test with curl-openssl
-rw-r--r--configure.ac1
-rw-r--r--src/gns/Makefile.am2
2 files changed, 2 insertions, 1 deletions
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(
734 [AC_MSG_WARN([cURL does not have GnuTLS backend]) 734 [AC_MSG_WARN([cURL does not have GnuTLS backend])
735 curl_gnutls=0]) 735 curl_gnutls=0])
736LIBS=$OLD_LIBS 736LIBS=$OLD_LIBS
737AM_CONDITIONAL([HAVE_GNUTLS_CURL], [test "x$curl_gnutls" = "x1"])
737 738
738 739
739# Even if curl is found, we check for this constant in order to determine 740# 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 = \
259 test_gns_revocation.sh\ 259 test_gns_revocation.sh\
260 test_gns_redirect_lookup.sh 260 test_gns_redirect_lookup.sh
261 261
262if HAVE_GNUTLS 262if HAVE_GNUTLS_CURL
263check_SCRIPTS += \ 263check_SCRIPTS += \
264 test_proxy.sh 264 test_proxy.sh
265endif 265endif