fix typo; need to rebuild configure

This commit is contained in:
Pierangelo Masarati 2001-10-04 15:28:01 +00:00
parent 3120d37951
commit 4abf210a2d

View file

@ -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])