diff options
author | Marcus Boerger <helly@php.net> | 2003-12-07 15:59:13 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-12-07 15:59:13 +0000 |
commit | 923d0bcfb43f601a775dd108cf1d8c8468ececc2 (patch) | |
tree | 0d9409be4022c29d6de06f632830e047bcae7e6c /ext/dba/config.m4 | |
parent | 2e8b1c01feeb6b2ac96df93923b329a710e0aac8 (diff) | |
download | php-git-923d0bcfb43f601a775dd108cf1d8c8468ececc2.tar.gz |
revert here too
Diffstat (limited to 'ext/dba/config.m4')
-rw-r--r-- | ext/dba/config.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/dba/config.m4 b/ext/dba/config.m4 index 577095340b..4d4fddfdf9 100644 --- a/ext/dba/config.m4 +++ b/ext/dba/config.m4 @@ -64,7 +64,6 @@ AC_DEFUN(AC_DBA_STD_RESULT,[ 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_DEFUN(PHP_DBA_DB_CHECK,[ 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 @@ AC_MSG_CHECKING(whether to enable DBA interface) 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) |