heimdal_build: Allow using system hbase and hcrypto.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Dec 2010 00:01:04 +0000 (01:01 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 22 Dec 2010 00:38:06 +0000 (01:38 +0100)
source4/heimdal_build/wscript_configure

index b406546adb754460f07c608515bb0b01c80a0229..5936b0441b0bd42f855907f23df47f610d840f86 100644 (file)
@@ -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')