summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-06-24 16:03:02 +1000
committerAndrew Tridgell <tridge@samba.org>2010-06-24 18:46:57 +1000
commit0be1820718202bd73a0e756c35a9b21edbbc563b (patch)
tree13899c5f4e3f169cceeb9262ef7dcfe49045387d /lib
parentf6e46ee0fba25efecb78412a61270d7e70bb6f7d (diff)
downloadsamba-0be1820718202bd73a0e756c35a9b21edbbc563b.tar.gz
samba-0be1820718202bd73a0e756c35a9b21edbbc563b.tar.bz2
samba-0be1820718202bd73a0e756c35a9b21edbbc563b.zip
s4-ldb: use CHECK_XSLTPROC_MANPAGES()
Diffstat (limited to 'lib')
-rw-r--r--lib/tdb/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index a1776e5c06..a7afa98750 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -39,8 +39,7 @@ def configure(conf):
conf.env.disable_python = getattr(Options.options, 'disable_python', False)
- if conf.env.standalone_tdb:
- conf.find_program('xsltproc', var='XSLTPROC')
+ conf.CHECK_XSLTPROC_MANPAGES()
if not conf.env.disable_python:
# also disable if we don't have the python libs installed