From e5012bf4820a8b512ba0d686f963b0fc88d4aeb0 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 21:05:44 +0000 Subject: [PATCH] fix PHP test --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 37a4a4d41..66ac4e76b 100644 --- a/configure.ac +++ b/configure.ac @@ -399,7 +399,7 @@ AC_CHECK_HEADER(zend.h,,[ CPPFLAGS=$save_CPPFLAGS AC_SUBST(PHP_INCLUDES) AC_SUBST(PHP_LIBS) -AM_CONDITIONAL(WITH_PHP, [test "x$HAVE_PHP" != "x"]) +AM_CONDITIONAL(WITH_PHP, [test "x$PHP" != "x"]) dnl ----------------------------------- dnl INCLUDES and LIBS for PYTHON -- 2.50.1