talloc: Fix manual pages in standalone build.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 30 Oct 2010 06:27:12 +0000 (08:27 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 30 Oct 2010 06:27:12 +0000 (08:27 +0200)
lib/talloc/wscript

index 4e5131c01535041da4e516cf02cdfc1dabc4d145..62759c76fc75a7423ea13c0b77585d8438134911 100644 (file)
@@ -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