File qt-4.8.0-dont-perform-ipc-checks-for-win32.patch of Package mingw64-libqt4
--- configure.orig 2012-01-06 02:24:15.275264839 +0100
+++ configure 2012-01-06 02:25:00.946220996 +0100
@@ -5157,7 +5157,7 @@
fi
# check IPC support
-if [ "$XPLATFORM_SYMBIAN_SBSV2" = "no" ]; then
+if [ "$XPLATFORM_SYMBIAN_SBSV2" = "no" -a "$XPLATFORM_MINGW" = "no" ]; then
# Raptor does not support configure tests.
if ! "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/ipc_sysv "ipc_sysv" $L_FLAGS $I_FLAGS $l_FLAGS ; then
# SYSV IPC is not supported - check POSIX IPC