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