diff options
Diffstat (limited to 'daemons/configure.ac')
-rw-r--r-- | daemons/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/configure.ac b/daemons/configure.ac index bee260dc..deaa4735 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 |