summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2011-04-12 12:18:29 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2011-04-12 12:18:29 (GMT)
commit04d1cbce75e77392077ce4ae014fe8774c32a8fc (patch)
treed8e52dbced2f087d75e3889d7d2c0b3c19f98570 /configure
parentf62e846c7ebe243a2a36e7577d070f1275f2ec47 (diff)
parentd01f82879dd4d40ece8afb54d6d25f1ef9e35624 (diff)
downloadQt-04d1cbce75e77392077ce4ae014fe8774c32a8fc.zip
Qt-04d1cbce75e77392077ce4ae014fe8774c32a8fc.tar.gz
Qt-04d1cbce75e77392077ce4ae014fe8774c32a8fc.tar.bz2
Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-network
Conflicts: configure.exe src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure b/configure
index c8bfe72..4d25ec2 100755
--- a/configure
+++ b/configure
@@ -6533,13 +6533,9 @@ fi
# find if the platform supports IPv6
if [ "$CFG_IPV6" != "no" ]; then
- #
- # We accidently enabled IPv6 for Qt Symbian in 4.6.x. However the underlying OpenC does not fully support IPV6.
- # Therefore for 4.7.1 and following we disable it until OpenC either supports it or we have the native Qt
- # symbian socket engine.
- #
if [ "$XPLATFORM_SYMBIAN" = "yes" ]; then
- CFG_IPV6=no
+ #IPV6 should always be enabled for Symbian release
+ CFG_IPV6=yes
elif "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/ipv6 "IPv6" $L_FLAGS $I_FLAGS $l_FLAGS $MAC_CONFIG_TEST_COMMANDLINE; then
CFG_IPV6=yes
else