From: Jani Taskinen Date: Tue, 2 Jun 2009 19:54:22 +0000 (+0000) Subject: MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) X-Git-Tag: php-5.2.10RC2~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f68866c48744b7871625fdbdc2c31168f51ca993;p=php MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) --- diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index bf40948eed..adf15811e2 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])