From 13d800fa04c930b86ccf17fe12e2c7e4a682f044 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Jun 2019 18:43:44 +0200 Subject: only run test_gns_proxy if we have the dependencies --- src/gns/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index f51e571ec..bd8311d70 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -272,8 +272,14 @@ libgnunet_plugin_block_gns_la_LIBADD = \ libgnunet_plugin_block_gns_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) +if HAVE_MHD +if HAVE_GNUTLS +if HAVE_LIBGNURL check_PROGRAMS = \ test_gns_proxy +endif +endif +endif check_SCRIPTS = \ test_gns_lookup.sh \ @@ -292,7 +298,7 @@ check_SCRIPTS = \ test_gns_soa_lookup.sh\ test_gns_revocation.sh\ test_gns_cname_lookup.sh \ - test_proxy.sh + test_proxy.sh if ENABLE_TEST_RUN if HAVE_SQLITE -- cgit v1.2.3