Import slapd LDBM_LIBS linking fix from HEAD

This commit is contained in:
Howard Chu 2004-07-26 20:15:05 +00:00
parent 7415de8ed1
commit 9ce31b2548
2 changed files with 219 additions and 207 deletions

420
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1909,6 +1909,12 @@ if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
ol_enable_ldbm=no
fi
if test $ol_enable_bdb = yes -o \
$ol_enable_hdb = yes -o \
$ol_enable_ldbm = yes ; then
SLAPD_LIBS="$SLAPD_LIBS \$(LDBM_LIBS)"
fi
dnl ----------------------------------------------------------------
if test $ol_enable_dynamic = yes -a $enable_shared = yes ; then