diff options
Diffstat (limited to 'source4/heimdal_build/wscript_configure')
-rw-r--r-- | source4/heimdal_build/wscript_configure | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source4/heimdal_build/wscript_configure b/source4/heimdal_build/wscript_configure index e8f258ca46..78b0df5063 100644 --- a/source4/heimdal_build/wscript_configure +++ b/source4/heimdal_build/wscript_configure @@ -63,5 +63,8 @@ conf.DEFINE('SAMBA4_INTERNAL_HEIMDAL', 1) if conf.CHECK_BUNDLED_SYSTEM('com_err', checkfunctions='com_right_r com_err', headers='com_err.h'): conf.define('USING_SYSTEM_COM_ERR', 1) -if conf.find_program('compile_et', var='COMPILE_ET'): - conf.define('USING_SYSTEM_COMPILE_ET', 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) +#if conf.find_program('compile_et', var='COMPILE_ET'): +# conf.define('USING_SYSTEM_COMPILE_ET', 1) |