mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
fix typo; need to rebuild configure
This commit is contained in:
parent
3120d37951
commit
4abf210a2d
1 changed files with 1 additions and 1 deletions
|
|
@ -2397,7 +2397,7 @@ if test "$ol_link_ldbm" != no -a $ol_enable_ldbm != no; then
|
|||
AC_DEFINE(SLAPD_LDBM,1,[define to support LDBM backend])
|
||||
BUILD_SLAPD=yes
|
||||
BUILD_LDBM=yes
|
||||
LDBM_LIB="-ldbm"
|
||||
LDBM_LIB="-lldbm"
|
||||
if test "$ol_with_ldbm_module" != static ; then
|
||||
AC_DEFINE(SLAPD_LDBM_DYNAMIC,1,
|
||||
[define to support dynamic LDBM backend])
|
||||
|
|
|
|||
Loading…
Reference in a new issue