From 6a669c7454c9ee824c75a72061a96527956933d6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Jan 2011 02:40:18 +0100 Subject: heimdal_build: Support using system hdb and kdc libraries. --- source4/heimdal_build/wscript_configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/heimdal_build/wscript_configure') 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') -- cgit