From 8db6453ae2b8ebb2dda06f5970a1bd5512632e3c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 16 Oct 2010 02:57:57 +0200 Subject: heimdal_build: Add comment with stub for finding the system libtommath. --- source4/heimdal_build/wscript_configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/heimdal_build/wscript_configure') diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 3a75b2257f..3dea7681fa 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -84,6 +84,10 @@ if check_system_heimdal_lib("roken"): check_system_heimdal_lib("wind", "wind_stringprep", "wind.h", onlyif="roken") check_system_heimdal_lib("hx509", "hx509_bitstring_print", "hx509.h", onlyif="roken wind") +# 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') +# conf.define('USING_SYSTEM_TOMMATH', 1) + # disable trying to use an external compile_et until we have a configure # test that checks that the system one actually works. On some systems it # results in missing symbols (eg. OpenSUSE 10.2 'opi' in the build farm) -- cgit