slapi-plugins: use thread-safe ldap library

This commit is contained in:
Simo Sorce
2011-12-20 12:39:34 -05:00
committed by Alexander Bokovoy
parent f56f8a34d3
commit 86f908a0e4
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ if test "$with_ldap" = "yes"; then
if test "$with_ldap_lber" = "yes" ; then
OPENLDAP_LIBS="${OPENLDAP_LIBS} -llber"
fi
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap"
OPENLDAP_LIBS="${OPENLDAP_LIBS} -lldap_r"
else
AC_MSG_ERROR([OpenLDAP not found])
fi