aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am11
-rw-r--r--src/gns/gnunet-gns-proxy-setup-ca.in2
2 files changed, 11 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index bd8311d70..0a68e7cba 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -297,8 +297,17 @@ check_SCRIPTS = \
297 test_gns_rel_expiration.sh\ 297 test_gns_rel_expiration.sh\
298 test_gns_soa_lookup.sh\ 298 test_gns_soa_lookup.sh\
299 test_gns_revocation.sh\ 299 test_gns_revocation.sh\
300 test_gns_cname_lookup.sh \ 300 test_gns_cname_lookup.sh
301
302if HAVE_MHD
303if HAVE_GNUTLS
304if HAVE_LIBGNURL
305check_SCRIPTS += \
301 test_proxy.sh 306 test_proxy.sh
307endif
308endif
309endif
310
302 311
303if ENABLE_TEST_RUN 312if ENABLE_TEST_RUN
304if HAVE_SQLITE 313if HAVE_SQLITE
diff --git a/src/gns/gnunet-gns-proxy-setup-ca.in b/src/gns/gnunet-gns-proxy-setup-ca.in
index 184da4853..cd5d8c70f 100644
--- a/src/gns/gnunet-gns-proxy-setup-ca.in
+++ b/src/gns/gnunet-gns-proxy-setup-ca.in
@@ -61,7 +61,7 @@ statusmsg()
61 61
62infomsg() 62infomsg()
63{ 63{
64 if [ $verbosity = 1 ]; then 64 if [ x$verbosity = x1 ]; then
65 statusmsg "INFO: $@" 65 statusmsg "INFO: $@"
66 fi 66 fi
67} 67}