summaryrefslogtreecommitdiff
path: root/macros/neon.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/neon.m4')
-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"