helly           Tue Nov  5 07:03:02 2002 EDT

  Modified files:              
    /php4/ext/dba       config.m4 
  Log:
  added missing compiler define
  
  
Index: php4/ext/dba/config.m4
diff -u php4/ext/dba/config.m4:1.23 php4/ext/dba/config.m4:1.24
--- php4/ext/dba/config.m4:1.23 Mon Nov  4 12:53:04 2002
+++ php4/ext/dba/config.m4      Tue Nov  5 07:03:01 2002
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.23 2002/11/04 17:53:04 helly Exp $
+dnl $Id: config.m4,v 1.24 2002/11/05 12:03:01 helly Exp $
 dnl
 
 AC_DEFUN(PHP_TEMP_LDFLAGS,[
@@ -215,6 +215,7 @@
 [  --with-cdb[=DIR]        Include CDB support],[
   if test "$withval" = "yes"; then
     PHP_ADD_BUILD_DIR($ext_builddir/libcdb)
+    AC_DEFINE(DBA_CDB_BUILTIN, 1, [ ])
     AC_DEFINE(DBA_CDB_MAKE, 1, [ ])
     AC_DEFINE(DBA_CDB, 1, [ ])
     cdb_sources="libcdb/cdb.c libcdb/cdb_make.c libcdb/uint32.c"



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

Reply via email to