summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-12 14:50:06 (GMT)
committeraxis <qt-info@nokia.com>2010-01-12 14:50:06 (GMT)
commit3e940b87578b2b324f8d13cf0980f4762ad3ca7b (patch)
treed03a92299086e47a9e55610d8328783f20d0882c /configure
parent2fb8ea9aa787d59ac16250eade0adfea08f1ca9d (diff)
downloadQt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.zip
Qt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.tar.gz
Qt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.tar.bz2
Made sure that Symbian picks up STL.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cf8564e..4bd7f8d 100755
--- a/configure
+++ b/configure
@@ -5620,7 +5620,7 @@ if [ "$CFG_DOUBLEFORMAT" = "auto" ]; then
fi
HAVE_STL=no
-if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/stl "STL" $L_FLAGS $I_FLAGS $l_FLAGS; then
+if echo "$XQMAKESPEC" | grep symbian > /dev/null || "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/stl "STL" $L_FLAGS $I_FLAGS $l_FLAGS; then
HAVE_STL=yes
fi