summaryrefslogtreecommitdiffstats
path: root/lib/talloc/wscript
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-30 08:27:12 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-30 08:27:12 +0200
commit56b46d8d886cf7c42d52234fe5e6e67ee92e4906 (patch)
tree06c6533d485e9f02d4841d44f95ab4c8c3df61dd /lib/talloc/wscript
parent14ff2e8de9bd8d0064762234555260f5eea643fe (diff)
downloadsamba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.tar.gz
samba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.tar.xz
samba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.zip
talloc: Fix manual pages in standalone build.
Diffstat (limited to 'lib/talloc/wscript')
-rw-r--r--lib/talloc/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript
index 4e5131c0153..62759c76fc7 100644
--- a/lib/talloc/wscript
+++ b/lib/talloc/wscript
@@ -53,8 +53,7 @@ def configure(conf):
conf.env.TALLOC_COMPAT1 = Options.options.TALLOC_COMPAT1
- if conf.env.standalone_talloc:
- 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