From f68866c48744b7871625fdbdc2c31168f51ca993 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 2 Jun 2009 19:54:22 +0000 Subject: [PATCH] MFH:- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4) --- scripts/phpize.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/phpize.m4 b/scripts/phpize.m4 index bf40948eed7d2..adf15811e2fc8 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])