From 50d3baffb223999bd264cfa957003cd6189d9a8c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Oct 2010 03:27:02 +0200 Subject: heimdal_build: Support using system asn1 library. Autobuild-User: Jelmer Vernooij Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104 --- source4/heimdal_build/wscript_configure | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal_build/wscript_configure') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 3dea7681fa..597aefae2e 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -83,6 +83,7 @@ if check_system_heimdal_lib("roken"): conf.SET_TARGET_TYPE("ROKEN_HOSTCC", 'SYSLIB') 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") # 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