sniper Sun Feb 9 14:57:51 2003 EDT Modified files: /php4/ext/dba config.m4 Log: break: First one not needed, second missing. Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.43 php4/ext/dba/config.m4:1.44 --- php4/ext/dba/config.m4:1.43 Sat Feb 1 17:19:04 2003 +++ php4/ext/dba/config.m4 Sun Feb 9 14:57:50 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.43 2003/02/01 22:19:04 helly Exp $ +dnl $Id: config.m4,v 1.44 2003/02/09 19:57:50 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