From 5ee54f12af34a88cec8f16f41ec1a13a02e3afa7 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Wed, 11 Feb 2009 00:08:44 +0000 Subject: [PATCH] MFH Fix debug builds for OSX, PHP_DEBUG is set to 1 at the top --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 81c69fe889..5b16fdebae 100644 --- a/configure.in +++ b/configure.in @@ -1329,7 +1329,7 @@ CC=$old_CC 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'` -- 2.50.1