helly Sun Dec 7 10:59:13 2003 EDT Modified files: /php-src/ext/dba config.m4 Log: revert here too Index: php-src/ext/dba/config.m4 diff -u php-src/ext/dba/config.m4:1.57 php-src/ext/dba/config.m4:1.58 --- php-src/ext/dba/config.m4:1.57 Sat Dec 6 19:21:46 2003 +++ php-src/ext/dba/config.m4 Sun Dec 7 10:59:13 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.57 2003/12/07 00:21:46 helly Exp $ +dnl $Id: config.m4,v 1.58 2003/12/07 15:59:13 helly Exp $ dnl dnl Suppose we need FlatFile if no support or only CDB is used. @@ -64,7 +64,6 @@ PHP_ARG_ENABLE(dba,whether to enable DBA, [ --enable-dba Build DBA with builtin modules]) -dba_shared=$ext_shared AC_ARG_WITH(gdbm, [ --with-gdbm[=DIR] DBA: Include GDBM support],[ @@ -171,7 +170,7 @@ AC_MSG_ERROR(Version 4.1 requires patch level 25) ]) fi - if test "$dba_shared" = "yes"; then + if test "$ext_shared" = "yes"; then AC_MSG_CHECKING(if dba can be used as shared extension) AC_EGREP_CPP(yes,[ #include "$THIS_INCLUDE" @@ -430,7 +429,7 @@ if test "$HAVE_DBA" = "1"; then AC_MSG_RESULT(yes) AC_DEFINE(HAVE_DBA, 1, [ ]) - PHP_NEW_EXTENSION(dba, dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c dba_db3.c dba_db4.c dba_flatfile.c dba_inifile.c $cdb_sources $flat_sources $ini_sources, $dba_shared) + PHP_NEW_EXTENSION(dba, dba.c dba_cdb.c dba_db2.c dba_dbm.c dba_gdbm.c dba_ndbm.c dba_db3.c dba_db4.c dba_flatfile.c dba_inifile.c $cdb_sources $flat_sources $ini_sources, $ext_shared) PHP_ADD_BUILD_DIR($ext_builddir/libinifile) PHP_ADD_BUILD_DIR($ext_builddir/libcdb) PHP_ADD_BUILD_DIR($ext_builddir/libflatfile)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php