summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2011-12-20 12:39:34 -0500
committerAlexander Bokovoy <abokovoy@redhat.com>2012-01-13 19:07:47 +0200
commit86f908a0e4b1f8c30c0096a9e9ad5186b7060816 (patch)
tree4fa454e97af7ce4d17ea2cbe442653612163400a /daemons
parentf56f8a34d39ba13403e7a693b639b6b37fcd0a04 (diff)
downloadfreeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.tar.gz
freeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.tar.xz
freeipa-86f908a0e4b1f8c30c0096a9e9ad5186b7060816.zip
slapi-plugins: use thread-safe ldap library
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac2
1 files changed, 1 insertions, 1 deletions
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