diff options
author | Jani Taskinen <jani@php.net> | 2009-06-02 19:53:29 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-06-02 19:53:29 +0000 |
commit | 2ca44728f6a6c697dbc3b58630899d2511967b15 (patch) | |
tree | 3f7ea7f7c2dfaddbd232766907dec581e65bfb41 /scripts | |
parent | ce046a899b33f7acfa6149d611a7f43640f4c151 (diff) | |
download | php-git-2ca44728f6a6c697dbc3b58630899d2511967b15.tar.gz |
- Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/phpize.m4 | 1 |
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]) |