From 84e58e322fe2c3697a453e7ad072be9569c29479 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 9 Aug 2012 15:40:16 +0200 Subject: Don't build qtscript when stdint.h isn't available Change-Id: Iba283c8642b2738e1b333e6734eec4369ce8bac4 Reviewed-by: Oswald Buddenhagen --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 0392524..6cbf61d 100755 --- a/configure +++ b/configure @@ -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 -- cgit v0.12