nss-pam-ldapd commit: r1503 - nss-pam-ldapd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1503 - nss-pam-ldapd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1503 - nss-pam-ldapd
- Date: Sun, 14 Aug 2011 16:03:37 +0200 (CEST)
Author: arthur
Date: Sun Aug 14 16:03:32 2011
New Revision: 1503
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1503
Log:
remove some tests for symbols we aren't using
Modified:
nss-pam-ldapd/configure.ac
Modified: nss-pam-ldapd/configure.ac
==============================================================================
--- nss-pam-ldapd/configure.ac Sun Aug 14 16:02:10 2011 (r1502)
+++ nss-pam-ldapd/configure.ac Sun Aug 14 16:03:32 2011 (r1503)
@@ -652,15 +652,14 @@
#elif defined(HAVE_SASL_H)
#include <sasl.h>
#endif])
- AC_SEARCH_LIBS(sasl_client_init,sasl2)
- AC_CHECK_FUNCS(sasl_auxprop_request ldap_sasl_interactive_bind_s)
+ AC_SEARCH_LIBS(ldap_sasl_interactive_bind_s,sasl2)
+ AC_CHECK_FUNCS(ldap_sasl_interactive_bind_s)
fi
# check for extra Kerberos libraries
if test "$enable_kerberos" = "yes"
then
AC_SEARCH_LIBS(gss_krb5_ccache_name,gssapi gssapi_krb5)
- AC_SEARCH_LIBS(ldap_gss_bind,gssldap)
AC_CHECK_FUNCS(gss_krb5_ccache_name)
fi
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1503 - nss-pam-ldapd,
Commits of the nss-pam-ldapd project