mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-20 12:54:16 +01:00
Check for better symbol in -lldap.
This commit is contained in:
parent
a6043192e6
commit
eee6e60a2e
@ -49,7 +49,7 @@ AC_ARG_WITH([ldap],
|
|||||||
|
|
||||||
LIBLDAP=
|
LIBLDAP=
|
||||||
AS_IF([test "x$with_ldap" != xno],
|
AS_IF([test "x$with_ldap" != xno],
|
||||||
[AC_CHECK_LIB([ldap], [main],
|
[AC_CHECK_LIB([ldap], [ldap_init],
|
||||||
[AC_SUBST([LIBLDAP], ["-lldap -llber"])
|
[AC_SUBST([LIBLDAP], ["-lldap -llber"])
|
||||||
AC_DEFINE([HAVE_LIBLDAP], [1],
|
AC_DEFINE([HAVE_LIBLDAP], [1],
|
||||||
[Define if you have libldap])
|
[Define if you have libldap])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user