aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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