-fix gnurl/curl detection warning
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jul 2015 23:43:44 +0000 (23:43 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jul 2015 23:43:44 +0000 (23:43 +0000)
configure.ac

index 8eb437757460a04856a1dc936f22d09ba1f4b82e..a4a108162608e3f1a10e950e9c50b52ad9af3b0a 100644 (file)
@@ -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