summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-06-02 19:54:03 +0000
committerJani Taskinen <jani@php.net>2009-06-02 19:54:03 +0000
commitd0ef930190f58302c89d7e70781e47c8097c3522 (patch)
treebfaf8317719bfe7ed6d4037661e0abc1f2cd6136 /scripts/phpize.m4
parentc1c964512880c9adfb9ceea221d95ad8f3b3a12c (diff)
downloadphp-git-d0ef930190f58302c89d7e70781e47c8097c3522.tar.gz
MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index dcc9f6a2d2..07e6037fbc 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -77,6 +77,7 @@ php_debug_is_enabled
],[
PHP_DEBUG=no
])
+CPPFLAGS=$old_CPPFLAGS
AC_MSG_RESULT([$PHP_DEBUG])
AC_MSG_CHECKING([if zts is enabled])