summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-07-02 21:03:44 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-07-02 21:03:44 +0000
commitbe7c468cebaddcc1c5594b5323f3b3bde867676c (patch)
treeeb697365e149d835f0a07319e6b5e89e782d8f22 /macros
parenta7e25887cfc05bd3e7b13f8ac72b93e3b798b318 (diff)
downloadneon-be7c468cebaddcc1c5594b5323f3b3bde867676c.tar.gz
* macros/neon.m4 (NEON_LIBPROXY): Correctly handle --without-libproxy.
git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1668 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'macros')
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 5ebc142..02ae4a4 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -1092,7 +1092,7 @@ fi])
AC_DEFUN([NEON_LIBPROXY], [
AC_ARG_WITH(libproxy, AS_HELP_STRING(--without-libproxy, disable libproxy support))
-if test "x$with_proxy" != "no"; then
+if test "x$with_libproxy" != "xno"; then
NE_PKG_CONFIG(NE_PXY, libproxy-1.0,
[AC_DEFINE(HAVE_LIBPROXY, 1, [Define if libproxy is supported])
CPPFLAGS="$CPPFLAGS $NE_PXY_CFLAGS"