diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 01:54:35 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 04:00:03 +0100 |
commit | 4ea992428bbfea18b261ce28417228be730ffbc8 (patch) | |
tree | dceefdb9b16c63dbf1a7875f41345e8620bfb525 /source4/heimdal_build/wscript_configure | |
parent | 3febaed9ba9e02ba43259023c4e8255e53c0ad85 (diff) | |
download | samba-4ea992428bbfea18b261ce28417228be730ffbc8.tar.gz samba-4ea992428bbfea18b261ce28417228be730ffbc8.tar.bz2 samba-4ea992428bbfea18b261ce28417228be730ffbc8.zip |
heimdal_build: Allow using system heimntlm.
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 63be7b701c..5090df9d8e 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -104,6 +104,8 @@ check_system_heimdal_lib("asn1", "initialize_asn1_error_table", "asn1_err.h", on 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") +check_system_heimdal_lib("heimntlm", "heim_ntlm_ntlmv2_key", "heimntlm.h", + onlyif="roken hcrypto krb5") # 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') |