scottmac Wed Feb 11 00:08:18 2009 UTC
Modified files:
/php-src configure.in
Log:
Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.672&r2=1.673&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.672 php-src/configure.in:1.673
--- php-src/configure.in:1.672 Sun Feb 1 21:51:44 2009
+++ php-src/configure.in Wed Feb 11 00:08:17 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.672 2009/02/01 21:51:44 dsp Exp $ -*- autoconf -*-
+## $Id: configure.in,v 1.673 2009/02/11 00:08:17 scottmac Exp $ -*- autoconf
-*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1291,7 +1291,7 @@
dnl Finish the Darwin hack
if test "$php_did_darwin9_cheat" -eq 1; then
- if test "$PHP_DEBUG" = "yes"; then
+ if test "$PHP_DEBUG" = "1"; then
CFLAGS=`echo "$CFLAGS" | $SED -e 's/-gstabs/-g/g'`
else
CFLAGS=`echo "-O2 $CFLAGS" | $SED -e 's/-gstabs//g'`
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php