From 86f908a0e4b1f8c30c0096a9e9ad5186b7060816 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 20 Dec 2011 12:39:34 -0500 Subject: slapi-plugins: use thread-safe ldap library --- daemons/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/configure.ac b/daemons/configure.ac index bee260dcd..deaa47358 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -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 -- cgit