From 4b8dd9c846223402d181555f56a0146a2d7b86f8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 16 Aug 2016 21:02:01 +0200 Subject: fix name of stack-protector-strong feature dashes, not underscores. Change-Id: I51db3a5475ebf8dfe85e447baffafba225476967 Reviewed-by: Lars Knoll --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] -- cgit v1.2.3