index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-09-06 11:20:51 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-06 11:20:51 -0500 |
commit | fe788ee4a68d2a8ba3bc3f938172294589c36fc4 (patch) | |
tree | 4de0ab1764f2b64502186d15cc1a11e4f33c8240 /configure.ac | |
parent | 881bf5c90f18cae47d4da06e570c934fdbdd4ecc (diff) |
-rw-r--r-- | configure.ac | 2 |
diff --git a/configure.ac b/configure.ac index 4341f1f5..b4570f58 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AM_CONDITIONAL([HAVE_LIBSSL], [test "x$ac_cv_lib_ssl_MD5_Final" = "xyes"]) # Enable or disable usage of libfetch AC_MSG_CHECKING(whether to link with libfetch) -AS_IF([test "x$with_fetch" = "xyes"], +AS_IF([test "x$with_fetch" != "xno"], [AC_MSG_RESULT(yes) AC_CHECK_LIB([fetch], [fetchParseURL], , [if test "x$with_fetch" != "xcheck"; then |