From 55b349099686bcddd6cae6254fcab62d50be3bf9 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 28 May 2001 19:49:50 +0000 Subject: [PATCH] Fix typo --- build/openldap.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5