diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 01:25:56 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-31 01:38:35 +0200 |
commit | f757263fb3d56041d6778304e521bed55771aea1 (patch) | |
tree | eba18617db986ae70b7d5abdeb45314a617971f3 /source4/wscript | |
parent | c2327b24a63289449b09fdc343b3b46871d13ee5 (diff) | |
download | samba-f757263fb3d56041d6778304e521bed55771aea1.tar.gz samba-f757263fb3d56041d6778304e521bed55771aea1.tar.bz2 samba-f757263fb3d56041d6778304e521bed55771aea1.zip |
s4-waf: Look for xsltproc executable, required to build manpages.
Diffstat (limited to 'source4/wscript')
-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') |