qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 4617e59] Relax pthreads check to avoid win32


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 4617e59] Relax pthreads check to avoid win32
Date: Fri, 28 Aug 2009 02:20:12 -0000

From: Anthony Liguori <address@hidden>

Signed-off-by: Anthony Liguori <address@hidden>

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]