helly           Thu May 29 10:01:21 2003 EDT

  Modified files:              
    /php4/ext/dba       config.m4 
  Log:
  Fix builddir entry
  
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.51 php4/ext/dba/config.m4:1.52
--- php4/ext/dba/config.m4:1.51 Thu May 29 08:33:19 2003
+++ php4/ext/dba/config.m4      Thu May 29 10:01:21 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.51 2003/05/29 12:33:19 helly Exp $
+dnl $Id: config.m4,v 1.52 2003/05/29 14:01:21 helly Exp $
 dnl
 
 dnl Suppose we need FlatFile if no support or only CDB is used.
@@ -434,7 +434,7 @@
   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, $ext_shared)
-  PHP_ADD_BUILD_DIR($ext_builddir/libini)
+  PHP_ADD_BUILD_DIR($ext_builddir/libinifile)
   PHP_ADD_BUILD_DIR($ext_builddir/libcdb)
   PHP_ADD_BUILD_DIR($ext_builddir/libflatfile)
   PHP_SUBST(DBA_SHARED_LIBADD)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to