aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
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 /src/gns/Makefile.am
parent35068004d96e7d6b1d6548a6bcc2592970c5603d (diff)
downloadgnunet-2321a2f860be63fb313ba076376b2d22c3edbf7a.tar.gz
gnunet-2321a2f860be63fb313ba076376b2d22c3edbf7a.zip
-do not execute GNS proxy test with curl-openssl
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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