diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 02:57:57 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 01:32:06 +0000 |
commit | 8db6453ae2b8ebb2dda06f5970a1bd5512632e3c (patch) | |
tree | 2d6d41273d9f54f36cea36e4bf1f09d48ba04fc7 /source4/heimdal_build | |
parent | b244383e75a5d9a6dab4c3fb0595a703a7c762e7 (diff) | |
download | samba-8db6453ae2b8ebb2dda06f5970a1bd5512632e3c.tar.gz |
heimdal_build: Add comment with stub for finding the system libtommath.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index 3a75b2257f9..3dea7681fa7 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) |