summaryrefslogtreecommitdiff
path: root/source4/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 /source4/lib
parentf6e46ee0fba25efecb78412a61270d7e70bb6f7d (diff)
downloadsamba-0be1820718202bd73a0e756c35a9b21edbbc563b.tar.gz
samba-0be1820718202bd73a0e756c35a9b21edbbc563b.tar.bz2
samba-0be1820718202bd73a0e756c35a9b21edbbc563b.zip
s4-ldb: use CHECK_XSLTPROC_MANPAGES()
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript
index 588b6feaef..9de9a5b47e 100644
--- a/source4/lib/ldb/wscript
+++ b/source4/lib/ldb/wscript
@@ -46,7 +46,7 @@ def configure(conf):
conf.define('USING_SYSTEM_LDB', 1)
if conf.env.standalone_ldb:
- conf.find_program('xsltproc', var='XSLTPROC')
+ conf.CHECK_XSLTPROC_MANPAGES()
# we need this for the ldap backend
if conf.CHECK_FUNCS_IN('ber_flush ldap_open ldap_initialize', 'lber ldap', headers='lber.h ldap.h'):