sniper Sun Feb 9 14:58:18 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/dba config.m4 Log: MFH Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.29.2.12 php4/ext/dba/config.m4:1.29.2.13 --- php4/ext/dba/config.m4:1.29.2.12 Sat Feb 1 17:19:31 2003 +++ php4/ext/dba/config.m4 Sun Feb 9 14:58:18 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.29.2.12 2003/02/01 22:19:31 helly Exp $ +dnl $Id: config.m4,v 1.29.2.13 2003/02/09 19:58:18 sniper Exp $ dnl dnl Suppose we need FlatFile if no support or only CDB is used. @@ -84,7 +84,6 @@ AC_DEFINE_UNQUOTED(GDBM_INCLUDE_FILE, "$THIS_INCLUDE", [ ]) AC_DEFINE(DBA_GDBM, 1, [ ]) THIS_LIBS=gdbm - break ]) ]) fi @@ -302,6 +301,7 @@ elif test -f "$i/include/gdbm/dbm.h"; then THIS_PREFIX=$i THIS_INCLUDE=$i/include/gdbm/dbm.h + break fi done
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php