diff options
-rw-r--r-- | source4/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript index 5d6392cefe..2be159cc4f 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') |