summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/wscript_configure
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-16 02:57:57 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-16 01:32:06 +0000
commit8db6453ae2b8ebb2dda06f5970a1bd5512632e3c (patch)
tree2d6d41273d9f54f36cea36e4bf1f09d48ba04fc7 /source4/heimdal_build/wscript_configure
parentb244383e75a5d9a6dab4c3fb0595a703a7c762e7 (diff)
downloadsamba-8db6453ae2b8ebb2dda06f5970a1bd5512632e3c.tar.gz
samba-8db6453ae2b8ebb2dda06f5970a1bd5512632e3c.tar.bz2
samba-8db6453ae2b8ebb2dda06f5970a1bd5512632e3c.zip
heimdal_build: Add comment with stub for finding the system libtommath.
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r--source4/heimdal_build/wscript_configure4
1 files changed, 4 insertions, 0 deletions
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)