jani            Tue Jun  2 19:53:29 2009 UTC

  Modified files:              
    /php-src/scripts    phpize.m4 
  Log:
  - Fixed bug #48456 (CPPFLAGS not restored properly in phpize.m4)
  
http://cvs.php.net/viewvc.cgi/php-src/scripts/phpize.m4?r1=1.32&r2=1.33&diff_format=u
Index: php-src/scripts/phpize.m4
diff -u php-src/scripts/phpize.m4:1.32 php-src/scripts/phpize.m4:1.33
--- php-src/scripts/phpize.m4:1.32      Mon May 18 21:28:42 2009
+++ php-src/scripts/phpize.m4   Tue Jun  2 19:53:29 2009
@@ -77,6 +77,7 @@
 ],[
   PHP_DEBUG=no
 ])
+CPPFLAGS=$old_CPPFLAGS
 AC_MSG_RESULT([$PHP_DEBUG])
 
 AC_MSG_CHECKING([if zts is enabled])



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to