aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8eb437757..a4a108162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -497,7 +497,7 @@ then
497 AM_CONDITIONAL(HAVE_LIBCURL, false) 497 AM_CONDITIONAL(HAVE_LIBCURL, false)
498if test "$gnurl" = 0 498if test "$gnurl" = 0
499then 499then
500 AC_MSG_WARN([GNUnet requires libcurl-gnutls >= 7.34]) 500 AC_MSG_WARN([GNUnet requires libcurl-gnutls or gnurl >= 7.34])
501fi 501fi
502else 502else
503 AM_CONDITIONAL(HAVE_LIBCURL, true) 503 AM_CONDITIONAL(HAVE_LIBCURL, true)
@@ -1663,7 +1663,7 @@ then
1663fi 1663fi
1664 1664
1665# libgnurl 1665# libgnurl
1666if test "x$gnurl" = "xfalse" 1666if test "x$gnurl" = "0"
1667then 1667then
1668 if test "x$curl" = "xfalse" 1668 if test "x$curl" = "xfalse"
1669 then 1669 then