Add BDB 4.2 detection (ITS#2839)

This commit is contained in:
Kurt Zeilenga 2003-12-02 19:05:24 +00:00
parent 1688cc5245
commit 254eb8159a
3 changed files with 1403 additions and 750 deletions

View File

@ -13,6 +13,7 @@ OpenLDAP 2.1.24 Engineering
Fixed slapd berbuf align bugs
Added lutil_passwd extensions
Build Environment
Added Berkeley DB 4.2 detection (ITS#2839)
Fixed liblber libdir handling (ITS#2797)
Fixed perl LDFLAGS (ITS#2764)
Documentation

View File

@ -312,6 +312,10 @@ dnl Try to locate appropriate library
AC_DEFUN([OL_BERKELEY_DB_LINK],
[ol_cv_lib_db=no
OL_BERKELEY_DB_TRY(ol_cv_db_none)
OL_BERKELEY_DB_TRY(ol_cv_db_db42,[-ldb42])
OL_BERKELEY_DB_TRY(ol_cv_db_db_42,[-ldb-42])
OL_BERKELEY_DB_TRY(ol_cv_db_db_4_dot_2,[-ldb-4.2])
OL_BERKELEY_DB_TRY(ol_cv_db_db_4_2,[-ldb-4-2])
OL_BERKELEY_DB_TRY(ol_cv_db_db41,[-ldb41])
OL_BERKELEY_DB_TRY(ol_cv_db_db_41,[-ldb-41])
OL_BERKELEY_DB_TRY(ol_cv_db_db_4_dot_1,[-ldb-4.1])

2148
configure vendored

File diff suppressed because it is too large Load Diff