aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2015-07-15 12:32:49 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2015-07-15 12:32:49 +0000
commitc5f89803f18b7d472f1b754c95e0959fa5dd5933 (patch)
treea970e2ccf7ae20d627d90d321dc38abea150ce57 /configure.ac
parent28b916f7e44f3ddce47326fc8c534beb7d9ebd1e (diff)
downloadgnunet-c5f89803f18b7d472f1b754c95e0959fa5dd5933.tar.gz
gnunet-c5f89803f18b7d472f1b754c95e0959fa5dd5933.zip
fix gnurl comparison
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4a108162..b8bc61947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1663,7 +1663,7 @@ then
1663fi 1663fi
1664 1664
1665# libgnurl 1665# libgnurl
1666if test "x$gnurl" = "0" 1666if test "$gnurl" = "0"
1667then 1667then
1668 if test "x$curl" = "xfalse" 1668 if test "x$curl" = "xfalse"
1669 then 1669 then