aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-14 23:43:44 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-14 23:43:44 +0000
commitdb74ad2af785cc1da8c3c960f26b060eaf0dd569 (patch)
tree7d787e34ff19e5671839883050ebe3487389178b /configure.ac
parente8671499d403467d09d5d28dc5deb4962e391c1f (diff)
downloadgnunet-db74ad2af785cc1da8c3c960f26b060eaf0dd569.tar.gz
gnunet-db74ad2af785cc1da8c3c960f26b060eaf0dd569.zip
-fix gnurl/curl detection warning
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