helly Thu Jan 30 16:38:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH: revert partly Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.8 php4/ext/dba/config.m4:1.29.2.9 --- php4/ext/dba/config.m4:1.29.2.8 Thu Jan 30 13:31:36 2003 +++ php4/ext/dba/config.m4 Thu Jan 30 16:38:15 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.29.2.8 2003/01/30 18:31:36 helly Exp $ +dnl $Id: config.m4,v 1.29.2.9 2003/01/30 21:38:15 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