mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
build: Call conf.CHECK_XSLTPROC_MANPAGES() directly in wscript
This avoids relying on the indirect call via wscript in lib/{talloc,tdb,ldb} Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
3b80c7f4ac
commit
9fe559ecea
2
wscript
2
wscript
@ -179,7 +179,7 @@ def configure(conf):
|
|||||||
conf.RECURSE('examples/winexe')
|
conf.RECURSE('examples/winexe')
|
||||||
|
|
||||||
conf.SAMBA_CHECK_PERL(mandatory=True)
|
conf.SAMBA_CHECK_PERL(mandatory=True)
|
||||||
conf.find_program('xsltproc', var='XSLTPROC')
|
conf.CHECK_XSLTPROC_MANPAGES()
|
||||||
|
|
||||||
if conf.env.disable_python:
|
if conf.env.disable_python:
|
||||||
if not (Options.options.without_ad_dc):
|
if not (Options.options.without_ad_dc):
|
||||||
|
Loading…
Reference in New Issue
Block a user