diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-30 08:27:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-30 08:27:12 +0200 |
commit | 56b46d8d886cf7c42d52234fe5e6e67ee92e4906 (patch) | |
tree | 06c6533d485e9f02d4841d44f95ab4c8c3df61dd /lib | |
parent | 14ff2e8de9bd8d0064762234555260f5eea643fe (diff) | |
download | samba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.tar.gz samba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.tar.bz2 samba-56b46d8d886cf7c42d52234fe5e6e67ee92e4906.zip |
talloc: Fix manual pages in standalone build.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/talloc/wscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/talloc/wscript b/lib/talloc/wscript index 4e5131c015..62759c76fc 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 |