This commit is contained in:
Kurt Zeilenga 2001-05-28 19:49:50 +00:00
parent 4b8eae427f
commit 55b3490996
2 changed files with 2 additions and 2 deletions

View 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;

2
configure vendored
View File

@ -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;