diff options
author | axis <qt-info@nokia.com> | 2010-01-12 15:08:20 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-12 15:08:20 (GMT) |
commit | b6457fc0b3b073e5164ca4beb2390705a60785fc (patch) | |
tree | 2f898121042db7ce3e7ac5a42cc9c9bdc068883d /configure | |
parent | 2a4efd12c8498cf8a23fc9d3c2d6283a65a5890e (diff) | |
parent | 87709391a71173b1faa70b9ee379132b7ae0e279 (diff) | |
download | Qt-b6457fc0b3b073e5164ca4beb2390705a60785fc.zip Qt-b6457fc0b3b073e5164ca4beb2390705a60785fc.tar.gz Qt-b6457fc0b3b073e5164ca4beb2390705a60785fc.tar.bz2 |
Merge branch 'cleaningUpProfiles'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |