]> granicus.if.org Git - php/commitdiff
MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
authorJani Taskinen <jani@php.net>
Tue, 2 Jun 2009 19:54:22 +0000 (19:54 +0000)
committerJani Taskinen <jani@php.net>
Tue, 2 Jun 2009 19:54:22 +0000 (19:54 +0000)
scripts/phpize.m4

index bf40948eed7d2e162442dd2dc9fae507569c1374..adf15811e2fc8c1ca834ed164742327dd2064d3a 100644 (file)
@@ -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])