From: David Soria Parra Date: Sun, 27 Jul 2008 20:48:26 +0000 (+0000) Subject: MFB: - Fixed the fix for not requiring C++ always X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1009 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8dec3c5170a109385cc39ef7a43dd2b3184f5b0;p=php MFB: - Fixed the fix for not requiring C++ always --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index 6c10f53b49..f99a367c87 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