summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index bd5a0fac8d..b031aae2f9 100755
--- a/configure
+++ b/configure
@@ -398,10 +398,7 @@ BUILD_ON_MAC=no
if [ -d /System/Library/Frameworks/Carbon.framework ]; then
BUILD_ON_MAC=yes
fi
-DEV_NULL=/dev/null
if [ "$OSTYPE" = "msys" ]; then
- DEV_NULL=/tmp/empty-file
- echo "" > $DEV_NULL
relpath=`(cd "$relpath"; pwd -W)`
outpath=`pwd -W`
fi
@@ -1864,20 +1861,6 @@ else
fi
#-------------------------------------------------------------------------------
-# Verify makespec
-#-------------------------------------------------------------------------------
-QMAKE_OUTPUT=`"$CFG_QMAKE_PATH" -qtconf "$QTCONFFILE" -E -nocache -spec "$XQMAKESPEC" "QT=" $DEV_NULL 2>&1`
-if [ $? != "0" ]; then
- echo "Failed to process makespec for platform '$XPLATFORM'"
- if [ "$OPT_VERBOSE" = "yes" ]; then
- echo "$QMAKE_OUTPUT"
- else
- echo "Turn on verbose messaging (-v) to see the final report."
- fi
- exit 101
-fi
-
-#-------------------------------------------------------------------------------
# run configure tests
#-------------------------------------------------------------------------------