1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4-waf: Look for xsltproc executable, required to build manpages.

This commit is contained in:
Jelmer Vernooij 2010-05-31 01:25:56 +02:00
parent c2327b24a6
commit f757263fb3

View File

@ -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')