helly Thu Jan 30 16:36:05 2003 EDT Modified files: /php4/ext/dba config.m4 Log: Revert this part, the new one adds more problems than it solves. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.39 php4/ext/dba/config.m4:1.40 --- php4/ext/dba/config.m4:1.39 Thu Jan 30 13:28:42 2003 +++ php4/ext/dba/config.m4 Thu Jan 30 16:36:05 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.39 2003/01/30 18:28:42 helly Exp $ +dnl $Id: config.m4,v 1.40 2003/01/30 21:36:05 helly Exp $ dnl dnl Suppose we need FlatFile if no support or only CDB is used. @@ -10,8 +10,7 @@ AC_DEFUN(PHP_TEMP_LDFLAGS,[ old_LDFLAGS=$LDFLAGS -dnl LDFLAGS="$1 $LDFLAGS" - LDFLAGS="$1" + LDFLAGS="$1 $LDFLAGS" $2 LDFLAGS=$old_LDFLAGS ])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php