summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-07-24 19:00:28 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-07-24 19:00:28 (GMT)
commitdffbcfb0adcad91f959a47edfdb5dd623c803306 (patch)
treeda50d6f40cfe2a34a1ead07f298872bd744ea2f8 /configure
parent960c0a8661e3df311a85075b0ff610c4031c6012 (diff)
downloadQt-dffbcfb0adcad91f959a47edfdb5dd623c803306.zip
Qt-dffbcfb0adcad91f959a47edfdb5dd623c803306.tar.gz
Qt-dffbcfb0adcad91f959a47edfdb5dd623c803306.tar.bz2
Re-disable QtConcurrent build with Sun CC 5.9.
QtCore compiled, but of course that means very little since most of QtConcurrent's problems are in the template code, which isn't instantiated inside QtCore. Examples and tests all failed to build... I'm almost done getting it to work with that compiler, but it will take me a little more time. I'm refactoring a bit of the QtConcurrent code, so that things compile more smoothly, using partial template specialisation. To be on the safe side, re-disable for xlC 7 too.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 4b75a75..5faa451 100755
--- a/configure
+++ b/configure
@@ -6116,6 +6116,7 @@ case "$XPLATFORM" in
;;
5.9)
canBuildWebKit="no"
+ canBuildQtConcurrent="no"
;;
esac
;;
@@ -6158,6 +6159,7 @@ EOF
;;
*)
canBuildWebKit="no"
+ canBuildQtConcurrent="no"
;;
esac
;;