diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 14:03:32 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-14 14:03:32 +0000 |
commit | 1bd7d97ffdc8004e4de27e85d91c804879026602 (patch) | |
tree | 497989fa98ef02844eea40f161e2b1a2ba8141ed | |
parent | 3076abd5debe273d4b1fd23a12e2d7196e8b08db (diff) |
remove some tests for symbols we aren't using
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1503 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 29665f8..2716652 100644 --- a/configure.ac +++ b/configure.ac @@ -652,15 +652,14 @@ then #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 |