From 0be1820718202bd73a0e756c35a9b21edbbc563b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Jun 2010 16:03:02 +1000 Subject: s4-ldb: use CHECK_XSLTPROC_MANPAGES() --- lib/tdb/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/tdb') 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 -- cgit