]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Relax pthreads check to avoid win32
[mirror_qemu.git] / configure
index abd38ddf9efcb71df66ea195828d7a2577b5166e..fc664fc0a973dab9149dd76780b20dc9f7accd26 100755 (executable)
--- 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."