diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-03 12:31:47 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-02-03 12:31:47 +0100 |
commit | 5cffc046ba5480f1023c188b85401ef234903a40 (patch) | |
tree | 4f6f5dd5fb52d80d865277a5ff66fa119c2ed86a | |
parent | 913f913b18c30932c5f19e69624f4bbbf516a641 (diff) |
also check for sasl2 library
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@617 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eb68d37..94b8fe9 100644 --- a/configure.ac +++ b/configure.ac @@ -301,6 +301,7 @@ then AC_CHECK_LIB(pthread, main) fi AC_CHECK_LIB(gssldap, ldap_gss_bind,[LIBS="-lgssldap $LIBS"],,$LIBS) +AC_CHECK_LIB(sasl2, sasl_client_init) AC_CHECK_FUNCS(sasl_auxprop_request) AC_CHECK_FUNCS(gss_krb5_ccache_name) |