From 4331f57597294a5653eabddc4db5badf1354a996 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Sun, 27 Jul 2008 20:42:56 +0000 Subject: [PATCH] - Fixed the fix for not requiring C++ always --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 9ce50b6c4d..c1faa41eea 100644 --- a/scripts/phpize.m4 +++ b/scripts/phpize.m4 @@ -76,7 +76,7 @@ AC_PROVIDE_IFELSE([PHP_REQUIRE_CXX], [], [ undefine([AC_PROG_CXX]) AC_DEFUN([AC_PROG_CXX], []) undefine([AC_PROG_CXXCPP]) - AC_DEFUN([AC_PROG_CXXCPP], []) + AC_DEFUN([AC_PROG_CXXCPP], [php_prog_cxxcpp=disabled]) ]) AC_PROG_LIBTOOL -- 2.50.1