summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 900fbf854..76327d9c1 100644
--- a/configure.json
+++ b/configure.json
@@ -240,6 +240,10 @@
"icuuc": {
"label" : "libxml2 configured with icuuc",
"type": "detectIcuuc"
+ },
+ "sanitizer": {
+ "label" : "sanitizer support",
+ "type": "isSanitizerSupported"
}
},
@@ -498,6 +502,12 @@
"label": "libxml2 and libxslt",
"condition": "config.unix && libs.libxml2 && tests.icuuc",
"output": [ "privateFeature" ]
+ },
+ "webengine-sanitizer" : {
+ "label": "Sanitizer ",
+ "autoDetect": "config.sanitizer && tests.sanitizer",
+ "condition": "config.sanitizer",
+ "output": [ "privateFeature" ]
}
},