gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit db74ad2af785cc1da8c3c960f26b060eaf0dd569
parent e8671499d403467d09d5d28dc5deb4962e391c1f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Jul 2015 23:43:44 +0000

-fix gnurl/curl detection warning

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -497,7 +497,7 @@ then AM_CONDITIONAL(HAVE_LIBCURL, false) if test "$gnurl" = 0 then - AC_MSG_WARN([GNUnet requires libcurl-gnutls >= 7.34]) + AC_MSG_WARN([GNUnet requires libcurl-gnutls or gnurl >= 7.34]) fi else AM_CONDITIONAL(HAVE_LIBCURL, true) @@ -1663,7 +1663,7 @@ then fi # libgnurl -if test "x$gnurl" = "xfalse" +if test "x$gnurl" = "0" then if test "x$curl" = "xfalse" then