scottmac                Wed Feb 11 00:08:31 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    configure.in 
  Log:
  MFH 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.579.2.52.2.77.2.43&r2=1.579.2.52.2.77.2.44&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.52.2.77.2.43 
php-src/configure.in:1.579.2.52.2.77.2.44
--- php-src/configure.in:1.579.2.52.2.77.2.43   Sun Feb  1 21:52:07 2009
+++ php-src/configure.in        Wed Feb 11 00:08:31 2009
@@ -1,4 +1,4 @@
-## $Id: configure.in,v 1.579.2.52.2.77.2.43 2009/02/01 21:52:07 dsp Exp $ -*- 
autoconf -*-
+## $Id: configure.in,v 1.579.2.52.2.77.2.44 2009/02/11 00:08:31 scottmac Exp $ 
-*- autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -1377,7 +1377,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

Reply via email to