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 /configure
parente1000 cleanup (diff)
downloadqemu-kvm-4617e59389b3b389ec853e98b91e2402cab84818.tar.gz
qemu-kvm-4617e59389b3b389ec853e98b91e2402cab84818.tar.bz2
qemu-kvm-4617e59389b3b389ec853e98b91e2402cab84818.zip
Relax pthreads check to avoid win32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index abd38ddf9..fc664fc0a 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."