From e9d822943a0c1b4f8a871b7e1a05b4f8ea93cd2a Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 14 Jul 2016 15:27:35 +0200 Subject: [PATCH] add missing "enable" field to openssl feature this ensures that an explicitly requested linked/runtime support is complained about when the test fails. the old configure would do that as well. Change-Id: I7f235fa7df5e5d53938de0e32b07536447b8d1d4 Reviewed-by: Lars Knoll --- configure.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.json b/configure.json index 9f9651924f..ed8560d460 100644 --- a/configure.json +++ b/configure.json @@ -1609,6 +1609,7 @@ }, "openssl": { "description": "OpenSSL", + "enable": "input.openssl == 'yes' || input.openssl == 'linked' || input.openssl == 'runtime'", "condition": "!features.securetransport && tests.openssl", "output": [ { "type": "publicQtConfig", "condition": "!features.openssl-linked" },