heimdal_build: Support using system hdb and kdc libraries.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 1 Jan 2011 01:40:18 +0000 (02:40 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 1 Jan 2011 03:00:03 +0000 (04:00 +0100)
source4/heimdal_build/wscript_configure

index caf6ab4ea802c8ad509a5e05a3a98dc92dd0e2dc..062d633499f6962f889143cfff080c2e37bff8db 100644 (file)
@@ -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')