summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-12 15:08:20 (GMT)
committeraxis <qt-info@nokia.com>2010-01-12 15:08:20 (GMT)
commitb6457fc0b3b073e5164ca4beb2390705a60785fc (patch)
tree2f898121042db7ce3e7ac5a42cc9c9bdc068883d /configure
parent2a4efd12c8498cf8a23fc9d3c2d6283a65a5890e (diff)
parent87709391a71173b1faa70b9ee379132b7ae0e279 (diff)
downloadQt-b6457fc0b3b073e5164ca4beb2390705a60785fc.zip
Qt-b6457fc0b3b073e5164ca4beb2390705a60785fc.tar.gz
Qt-b6457fc0b3b073e5164ca4beb2390705a60785fc.tar.bz2
Merge branch 'cleaningUpProfiles'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bb0d11a..21ccefe 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