aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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