]> granicus.if.org Git - php/commitdiff
revert here too
authorMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 15:59:13 +0000 (15:59 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 15:59:13 +0000 (15:59 +0000)
ext/dba/config.m4

index 577095340bd6fcc1e506fbc8357a10fcd15ecd2a..4d4fddfdf9fb49627e88fcb8539aaa2dce5e9841 100644 (file)
@@ -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)