From: Kurt Zeilenga Date: Mon, 28 May 2001 19:49:50 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1381 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=55b349099686bcddd6cae6254fcab62d50be3bf9;p=openldap Fix typo --- diff --git a/build/openldap.m4 b/build/openldap.m4 index 618665eb65..fbbe4f32fa 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -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; diff --git a/configure b/configure index 3db92e2b36..6a4fec38aa 100755 --- 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;