diff --git a/SConstruct b/SConstruct index 6402741..8a377df 100644 --- a/SConstruct +++ b/SConstruct @@ -107,6 +107,8 @@ if JADE: DSSSL = conf.findDocbookStylesheets() else: DSSSL = None +if DSSSL == None: + JADE = False # Portability build time config if conf.CheckFunc('srandomdev'):