ssahani / rpms / dhcp

Forked from rpms/dhcp 5 years ago
Clone
dc107d6
diff -up dhcp-4.1.1/configure.ac.DSO dhcp-4.1.1/configure.ac
dc107d6
--- dhcp-4.1.1/configure.ac.DSO	2010-02-16 11:52:30.000000000 +0100
dc107d6
+++ dhcp-4.1.1/configure.ac	2010-02-16 11:52:55.000000000 +0100
dc107d6
@@ -548,7 +548,7 @@ AC_ARG_WITH(ldap,
dc107d6
     [ldap=no])
dc107d6
 if test x$ldap = xyes ; then
dc107d6
     AM_CHECK_LDAP
dc107d6
-    ldap_libs="-lldap"
dc107d6
+    ldap_libs="-lldap -llber"
dc107d6
     AC_SUBST(LDAP_CFLAGS, [-DLDAP_CONFIGURATION])
dc107d6
     AC_SUBST(LDAP_LIBS, [$ldap_libs])
dc107d6
 fi