From 1bbfbee49ac4cdb50191474856b3d29476dec6f5 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 6 Oct 2014 11:59:34 +0200 Subject: [PATCH] Missing ldap library for linker. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 665ea90..e3dbdc2 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_CHECK_LIB([ldap], [ldap_initialize], with_ldap=yes) if test "x$with_ldap" = "xyes" then - AC_SUBST(LIBLDAP_LIBS, [" -lldap"]) + AC_SUBST(LIBLDAP_LIBS, [" -lldap -llber"]) else echo "Libldap is mandatory."; exit 1; -- 2.49.0