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:
parent
c2327b24a6
commit
f757263fb3
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user