summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-06-01 15:12:10 +0000
committerfoobar <sniper@php.net>2007-06-01 15:12:10 +0000
commit5be547723c41f7dda3fb68a265f206b741e73e27 (patch)
tree90cdc1d63e683cbb2370de9e38eb379ea66b56f2 /scripts/phpize.m4
parentcd7750e4baf98705741c45bc93c00084ed11087f (diff)
downloadphp-git-5be547723c41f7dda3fb68a265f206b741e73e27.tar.gz
- Add missing CXXFLAGS_CLEAN variable.
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index f65796b494..0a7de58835 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -83,6 +83,7 @@ install_targets="install-modules install-headers"
phplibdir="`pwd`/modules"
CPPFLAGS="$CPPFLAGS -DHAVE_CONFIG_H"
CFLAGS_CLEAN='$(CFLAGS)'
+CXXFLAGS_CLEAN='$(CXXFLAGS)'
test "$prefix" = "NONE" && prefix="/usr/local"
test "$exec_prefix" = "NONE" && exec_prefix='$(prefix)'
@@ -105,6 +106,7 @@ PHP_SUBST(CPP)
PHP_SUBST(CPPFLAGS)
PHP_SUBST(CXX)
PHP_SUBST(CXXFLAGS)
+PHP_SUBST(CXXFLAGS_CLEAN)
PHP_SUBST(EXTENSION_DIR)
PHP_SUBST(PHP_EXECUTABLE)
PHP_SUBST(EXTRA_LDFLAGS)