diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 02:25:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-16 01:32:06 +0000 |
commit | 471e57edf87373a352aca1d7b006360068b18274 (patch) | |
tree | a3bdd53d349abf83721029f5e6cf7165f17dcc6d /source4/heimdal_build/wscript_configure | |
parent | 3fe2bfddda6149f6bf7402720226e9285f479fef (diff) | |
download | samba-471e57edf87373a352aca1d7b006360068b18274.tar.gz samba-471e57edf87373a352aca1d7b006360068b18274.tar.bz2 samba-471e57edf87373a352aca1d7b006360068b18274.zip |
heimdal_build: Support using system hx509 library when explicitly
requested.
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index e8f50841c6..3a75b2257f 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -82,6 +82,7 @@ if check_system_heimdal_lib("roken"): conf.env.LIB_ROKEN_HOSTCC = "roken" conf.SET_TARGET_TYPE("ROKEN_HOSTCC", 'SYSLIB') check_system_heimdal_lib("wind", "wind_stringprep", "wind.h", onlyif="roken") +check_system_heimdal_lib("hx509", "hx509_bitstring_print", "hx509.h", onlyif="roken wind") # 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 |