diff --git a/source4/wscript b/source4/wscript index 5d6392cefe2..2be159cc4fd 100644 --- a/source4/wscript +++ b/source4/wscript @@ -77,6 +77,7 @@ def configure(conf): conf.find_program('python', var='PYTHON', mandatory=True) conf.find_program('perl', var='PERL', mandatory=True) + conf.find_program('xsltproc', var='XSLTPROC') # enable tool to build python extensions conf.check_tool('python')