mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Update CHANGES based on diff to 1.2.0-beta.
Update configure based upon openldap.m4
This commit is contained in:
parent
80e957d665
commit
61f1cb31ff
2 changed files with 5 additions and 3 deletions
2
CHANGES
2
CHANGES
|
|
@ -3,10 +3,12 @@ OpenLDAP Change Log
|
|||
Changes included in OpenLDAP 1.2
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_2
|
||||
Fixed slapd/ldbm/add cache set state deadlock bug
|
||||
Fixed slapd/ldbm/add,modrdn,delete e_ndn handling
|
||||
Update ldap_open(3) man page to note ldap_init() is preferred.
|
||||
Build environment
|
||||
Fixed mkdep to handle multiple dependent files on one line
|
||||
Fixed openldap.m4 to "protect" shell variable
|
||||
Fixed HAVE_PHREAD_FINAL typo
|
||||
|
||||
Changes included in OpenLDAP 1.2
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_2_BETA
|
||||
|
|
|
|||
6
configure
vendored
6
configure
vendored
|
|
@ -5436,7 +5436,7 @@ if eval "test \"`echo '$''{'ol_cv_berkeley_db2'+set}'`\" = set"; then
|
|||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
|
||||
if test $ol_cv_lib_db2 = no -o $ol_cv_header_db2 = no ; then
|
||||
if test "$ol_cv_lib_db2" = no -o "$ol_cv_header_db2" = no ; then
|
||||
ol_cv_berkeley_db2=no
|
||||
else
|
||||
ol_cv_berkeley_db2=yes
|
||||
|
|
@ -5620,7 +5620,7 @@ else
|
|||
fi
|
||||
done
|
||||
|
||||
if test $ol_cv_header_db2 = yes ; then
|
||||
if test "$ol_cv_header_db2" = yes ; then
|
||||
|
||||
ol_cv_header_db=$ac_cv_header_db_185_h
|
||||
else
|
||||
|
|
@ -5635,7 +5635,7 @@ if eval "test \"`echo '$''{'ol_cv_berkeley_db'+set}'`\" = set"; then
|
|||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
|
||||
if test $ol_cv_lib_db = no -o $ol_cv_header_db = no ; then
|
||||
if test "$ol_cv_lib_db" = no -o "$ol_cv_header_db" = no ; then
|
||||
ol_cv_berkeley_db=no
|
||||
else
|
||||
ol_cv_berkeley_db=yes
|
||||
|
|
|
|||
Loading…
Reference in a new issue