summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 9a09d3f2e1..835e449e5d 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -304,7 +304,7 @@
},
"securetransport": {
"label": "SecureTransport",
- "disable": "input.securetransport == 'no' || input.ssl == 'no'",
+ "disable": "input.ssl == 'no'",
"condition": "config.darwin && (input.openssl == '' || input.openssl == 'no')",
"output": [
"publicFeature",
@@ -313,8 +313,9 @@
},
"schannel": {
"label": "Schannel",
- "disable": "input.schannel == 'no' || input.ssl == 'no'",
- "condition": "input.schannel == 'yes' && config.win32 && (input.openssl == '' || input.openssl == 'no')",
+ "autoDetect": false,
+ "disable": "input.ssl == 'no'",
+ "condition": "config.win32 && (input.openssl == '' || input.openssl == 'no')",
"output": [
"publicFeature",
{ "type": "define", "name": "QT_SCHANNEL" }