disable JADE if DSSSL are not found
This commit is contained in:
parent
2c1e494147
commit
6f8af27833
|
|
@ -107,6 +107,8 @@ if JADE:
|
||||||
DSSSL = conf.findDocbookStylesheets()
|
DSSSL = conf.findDocbookStylesheets()
|
||||||
else:
|
else:
|
||||||
DSSSL = None
|
DSSSL = None
|
||||||
|
if DSSSL == None:
|
||||||
|
JADE = False
|
||||||
|
|
||||||
# Portability build time config
|
# Portability build time config
|
||||||
if conf.CheckFunc('srandomdev'):
|
if conf.CheckFunc('srandomdev'):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user