mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
Fix typo
This commit is contained in:
parent
4b8eae427f
commit
55b3490996
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
configure
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue