summaryrefslogtreecommitdiffstats
path: root/source4/heimdal_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-01-01 02:50:54 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-01 04:00:04 +0100
commitd93fd5f06b5a9e6c58e4b4239d704b8c60f522ca (patch)
treefca09b15775baf927507ca5e1c145ca0e9261349 /source4/heimdal_build
parent6a669c7454c9ee824c75a72061a96527956933d6 (diff)
downloadsamba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.tar.gz
samba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.tar.xz
samba-d93fd5f06b5a9e6c58e4b4239d704b8c60f522ca.zip
heimdal_build: Support using system gssapi library.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r--source4/heimdal_build/wscript_configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure
index 062d633499f..29def8bcaa5 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",