summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2016-05-13 11:05:09 +0200
committerAndy Shaw <andy.shaw@qt.io>2016-05-25 13:57:25 +0000
commit6d9f648d0ed591a0afba018adfbb089871f67b38 (patch)
treed09144677b34d07e361b6b09b2375217657b3b73 /configure
parent70b889683339aa3fc7a444e9228f727fa33803fa (diff)
Change the system proxies option default to being on.
By changing the system proxies option default to being on, we set it to be the more natural default setting. This is down to the fact that people tend to assume that this is already the default option. [ChangeLog][Important Behavior Changes][QtNetwork] Proxies from system settings will now be used by default. Configure with -no-system-proxies to disable. Change-Id: Iec5bbde9dff1311ce44418f6aa024bda05388cf6 Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Peter Hartmann <peter-qt@hartmann.tk> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 359de6c0ec..a9f3e0ab65 100755
--- a/configure
+++ b/configure
@@ -673,7 +673,7 @@ CFG_SLOG2=auto
CFG_PPS=auto
CFG_QNX_IMF=auto
CFG_LGMON=auto
-CFG_SYSTEM_PROXIES=no
+CFG_SYSTEM_PROXIES=yes
CFG_ANDROID_STYLE_ASSETS=yes
CFG_GSTREAMER=auto
CFG_GSTREAMER_VERSION=""