]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Mon, 28 May 2001 19:49:50 +0000 (19:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 28 May 2001 19:49:50 +0000 (19:49 +0000)
build/openldap.m4
configure

index 618665eb6580b2cf828b6f8290aace6c6812351a..fbbe4f32faa5a66601bbb6ff3747845af6ea19c2 100644 (file)
@@ -315,7 +315,7 @@ AC_DEFUN([OL_BERKELEY_DB_THREAD],
 main()
 {
        int rc;
-       u_int32_t flags = DB_CREATE | DB_THREAD | DB_INIT_DB | DB_INIT_MPOOL;
+       u_int32_t flags = DB_CREATE | DB_THREAD | DB_INIT_CDB | DB_INIT_MPOOL;
 
 #if DB_VERSION_MAJOR > 2
        DB_ENV *env = NULL;
index 3db92e2b368e840ecb6de9f9985e49e271fd19e5..6a4fec38aa64f28d25cbbcbd6b3b8579f7889aa8 100755 (executable)
--- a/configure
+++ b/configure
@@ -12719,7 +12719,7 @@ else
 main()
 {
        int rc;
-       u_int32_t flags = DB_CREATE | DB_THREAD | DB_INIT_DB | DB_INIT_MPOOL;
+       u_int32_t flags = DB_CREATE | DB_THREAD | DB_INIT_CDB | DB_INIT_MPOOL;
 
 #if DB_VERSION_MAJOR > 2
        DB_ENV *env = NULL;