From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.2
PHP Bug Type:     Compile Failure
Bug description:  Bug in configure script: apxs call CFLAGS

On line 3094 in file 'configure' the line
 $APXS -q CFLAGS >/dev/null 2>&1

should read 

 $APXS -q $CFLAGS >/dev/null 2>&1


-- 
Edit bug report at http://bugs.php.net/?id=16024&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16024&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16024&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16024&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16024&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16024&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16024&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16024&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16024&r=submittedtwice

Reply via email to