diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-14 23:43:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-14 23:43:44 +0000 |
commit | db74ad2af785cc1da8c3c960f26b060eaf0dd569 (patch) | |
tree | 7d787e34ff19e5671839883050ebe3487389178b /configure.ac | |
parent | e8671499d403467d09d5d28dc5deb4962e391c1f (diff) |
-fix gnurl/curl detection warning
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8eb4377574..a4a1081626 100644 --- 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 |