fix gnurl comparison
authorDavid Barksdale <amatus.amongus@gmail.com>
Wed, 15 Jul 2015 12:32:49 +0000 (12:32 +0000)
committerDavid Barksdale <amatus.amongus@gmail.com>
Wed, 15 Jul 2015 12:32:49 +0000 (12:32 +0000)
configure.ac

index a4a108162608e3f1a10e950e9c50b52ad9af3b0a..b8bc61947495c7bd6ce5599a3fdf400a174b1f2b 100644 (file)
@@ -1663,7 +1663,7 @@ then
 fi
 
 # libgnurl
-if test "x$gnurl" = "0"
+if test "$gnurl" = "0"
 then
   if test "x$curl" = "xfalse"
   then