mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
configure: print a message when docbook.xsl is missing localy
Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
99c95fc983
commit
1160b699cb
@ -503,3 +503,6 @@ def CHECK_XSLTPROC_MANPAGES(conf):
|
|||||||
msg='Checking for stylesheet %s' % s,
|
msg='Checking for stylesheet %s' % s,
|
||||||
define='XSLTPROC_MANPAGES', on_target=False,
|
define='XSLTPROC_MANPAGES', on_target=False,
|
||||||
boolean=True)
|
boolean=True)
|
||||||
|
if not conf.CONFIG_SET('XSLTPROC_MANPAGES'):
|
||||||
|
print "A local copy of the docbook.xsl wasn't found on your system" \
|
||||||
|
" consider installing package like docbook-xsl"
|
||||||
|
Loading…
Reference in New Issue
Block a user