diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 02:50:54 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 04:00:04 +0100 |
commit | d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca (patch) | |
tree | fca09b15775baf927507ca5e1c145ca0e9261349 /source4/heimdal_build | |
parent | 6a669c7454c9ee824c75a72061a96527956933d6 (diff) | |
download | samba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.tar.gz samba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.tar.bz2 samba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.zip |
heimdal_build: Support using system gssapi library.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 062d633499..29def8bcaa 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -106,6 +106,8 @@ check_system_heimdal_lib("hcrypto", "MD4_Init", "hcrypto/md4.h", onlyif="asn1 roken com_err") check_system_heimdal_lib("krb5", "krb5_anyaddr", "krb5.h", onlyif="roken wind asn1 hx509 hcrypto com_err heimbase") +check_system_heimdal_lib("gssapi", "gss_oid_to_name", "gssapi.h", + onlyif="hcrypto asn1 roken krb5 com_err wind") check_system_heimdal_lib("heimntlm", "heim_ntlm_ntlmv2_key", "heimntlm.h", onlyif="roken hcrypto krb5") check_system_heimdal_lib("hdb", "hdb_db_dir", "krb5.h hdb.h", |