From e4ad2672b8d9290ac1f23a41a23c9dd5b3db2084 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Sun, 27 Jul 2008 20:43:40 +0000 Subject: MFB: - Fixed the fix for not requiring C++ always --- scripts/phpize.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/phpize.m4') 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 -- cgit v1.2.1