From 21b918e618fa36dd0f09ee7a9bdb5cf695bc1345 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Dec 2010 01:01:04 +0100 Subject: heimdal_build: Allow using system hbase and hcrypto. --- source4/heimdal_build/wscript_configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build/wscript_configure') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index b406546adb..5936b0441b 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -84,6 +84,9 @@ if check_system_heimdal_lib("roken", "rk_socket_set_reuseaddr", "roken.h"): check_system_heimdal_lib("wind", "wind_stringprep", "wind.h", onlyif="roken") check_system_heimdal_lib("hx509", "hx509_bitstring_print", "hx509.h", onlyif="roken wind") check_system_heimdal_lib("asn1", "initialize_asn1_error_table", "asn1_err.h", onlyif="roken com_err") +check_system_heimdal_lib("heimbase", "heim_cmp", "heimbase.h", onlyif="roken") +check_system_heimdal_lib("hcrypto", "MD4_Init", "hcrypto/md4.h", + onlyif="asn1 roken com_err") # 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