]> 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:03 +0000 (19:54 +0000)
committerJani Taskinen <jani@php.net>
Tue, 2 Jun 2009 19:54:03 +0000 (19:54 +0000)
scripts/phpize.m4

index dcc9f6a2d274cb2a74c3e7d76458ec8028fcaa06..07e6037fbc01259ec54f1eccca4ba4db377274e8 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])