summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-16 21:02:01 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-18 17:09:46 +0000
commit4b8dd9c846223402d181555f56a0146a2d7b86f8 (patch)
tree5b3abd59583c69cce17d19e866bf86d1a4a2b867
parentd175f799cafb78237e0eae55294c3cd9d6cbd9bc (diff)
fix name of stack-protector-strong feature
dashes, not underscores. Change-Id: I51db3a5475ebf8dfe85e447baffafba225476967 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index ad8e4cf32f..df4180636f 100644
--- a/configure.json
+++ b/configure.json
@@ -1513,7 +1513,7 @@
"condition": "tests.syslog",
"output": [ "privateConfig" ]
},
- "stack_protector_strong": {
+ "stack-protector-strong": {
"description": "stack protection",
"condition": "config.qnx && tests.stack_protector",
"output": [ "publicQtConfig" ]