diff options
author | David Soria Parra <dsp@php.net> | 2008-07-27 20:43:40 +0000 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2008-07-27 20:43:40 +0000 |
commit | e4ad2672b8d9290ac1f23a41a23c9dd5b3db2084 (patch) | |
tree | 028ce3afa7d6b7e5c3ce527cdd2a1e528f9f4f76 /scripts | |
parent | 7537b5b6d79982e688598a7bbcb6e0cab850bff1 (diff) | |
download | php-git-e4ad2672b8d9290ac1f23a41a23c9dd5b3db2084.tar.gz |
MFB: - Fixed the fix for not requiring C++ always
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |