From c8dec3c5170a109385cc39ef7a43dd2b3184f5b0 Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Sun, 27 Jul 2008 20:48:26 +0000 Subject: [PATCH] MFB: - 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 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 -- 2.50.1