diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-08-09 13:40:16 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-10 00:45:33 (GMT) |
commit | 84e58e322fe2c3697a453e7ad072be9569c29479 (patch) | |
tree | 57877bac219ce0830259779f55e5aaf6757de301 | |
parent | 1ebaa841ddc54a2e8af9f3708538010a007a7197 (diff) | |
download | Qt-84e58e322fe2c3697a453e7ad072be9569c29479.zip Qt-84e58e322fe2c3697a453e7ad072be9569c29479.tar.gz Qt-84e58e322fe2c3697a453e7ad072be9569c29479.tar.bz2 |
Don't build qtscript when stdint.h isn't available
Change-Id: Iba283c8642b2738e1b333e6734eec4369ce8bac4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7512,10 +7512,11 @@ canBuildWebKit="$HAVE_STL" canBuildQtScript="$HAVE_STL" canBuildQtConcurrent="yes" -# WebKit requires stdint.h +# WebKit and QtScript require stdint.h "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/stdint "Stdint" $L_FLAGS $I_FLAGS $l_FLAGS if [ $? != "0" ]; then canBuildWebKit="no" + canBuildQtScript="no" fi case "$XPLATFORM" in |