aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-08-25 17:21:56 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-27 20:47:01 -0500
commit4617e59389b3b389ec853e98b91e2402cab84818 (patch)
tree9758923d56e4588e75a6d5c08d5aa01710487235
parent7d9e52bd70c0df69f0eb6a91bc26a158356abf5d (diff)
downloadqemu-4617e59389b3b389ec853e98b91e2402cab84818.zip
qemu-4617e59389b3b389ec853e98b91e2402cab84818.tar.gz
qemu-4617e59389b3b389ec853e98b91e2402cab84818.tar.bz2
Relax pthreads check to avoid win32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index abd38dd..fc664fc 100755
--- a/configure
+++ b/configure
@@ -1302,7 +1302,7 @@ for pthread_lib in $PTHREADLIBS_LIST; do
fi
done
-if test "$pthread" = no; then
+if test "$mingw32" != yes -a "$pthread" = no; then
echo
echo "Error: pthread check failed"
echo "Make sure to have the pthread libs and headers installed."