diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 03:27:02 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 02:14:32 +0000 |
commit | 50d3baffb223999bd264cfa957003cd6189d9a8c (patch) | |
tree | 4da86d7c6d16c25d48b11f3d0e2a955ed8acb95f /source4/heimdal_build/wscript_configure | |
parent | 12fa11021916e32899fd4607be78d5cc7418fa04 (diff) | |
download | samba-50d3baffb223999bd264cfa957003cd6189d9a8c.tar.gz samba-50d3baffb223999bd264cfa957003cd6189d9a8c.tar.bz2 samba-50d3baffb223999bd264cfa957003cd6189d9a8c.zip |
heimdal_build: Support using system asn1 library.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 16 02:14:32 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
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') |