diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 02:40:18 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 04:00:03 +0100 |
commit | 6a669c7454c9ee824c75a72061a96527956933d6 (patch) | |
tree | ee252a9af7a3f5bee13af096e6d6ede73aa94755 /source4/heimdal_build/wscript_configure | |
parent | 0d6c739260697d9894937374931421aa7db7dcba (diff) | |
download | samba-6a669c7454c9ee824c75a72061a96527956933d6.tar.gz samba-6a669c7454c9ee824c75a72061a96527956933d6.tar.bz2 samba-6a669c7454c9ee824c75a72061a96527956933d6.zip |
heimdal_build: Support using system hdb and kdc libraries.
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index caf6ab4ea8..062d633499 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -108,6 +108,11 @@ check_system_heimdal_lib("krb5", "krb5_anyaddr", "krb5.h", onlyif="roken wind asn1 hx509 hcrypto com_err heimbase") 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", + onlyif="roken krb5 hcrypto com_err wind") +check_system_heimdal_lib("kdc", "kdc_log", "kdc.h", + onlyif="roken krb5 hdb asn1 heimntlm hcrypto com_err wind heimbase") + # With the proper checks in place we should be able to build against the system libtommath. # conf.CHECK_BUNDLED_SYSTEM('tommath', checkfunctions='mp_init', headers='tommath.h') |