diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-22 01:01:04 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-22 01:38:06 +0100 |
commit | 21b918e618fa36dd0f09ee7a9bdb5cf695bc1345 (patch) | |
tree | ec72b20364bb092ebe4415042d57a6e713ee11d6 /source4 | |
parent | 2ce6e648ed0354a0df5608a8b43ce0be967cc08f (diff) | |
download | samba-21b918e618fa36dd0f09ee7a9bdb5cf695bc1345.tar.gz samba-21b918e618fa36dd0f09ee7a9bdb5cf695bc1345.tar.bz2 samba-21b918e618fa36dd0f09ee7a9bdb5cf695bc1345.zip |
heimdal_build: Allow using system hbase and hcrypto.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 3 |
1 files changed, 3 insertions, 0 deletions
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') |