From 4617e59389b3b389ec853e98b91e2402cab84818 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Tue, 25 Aug 2009 17:21:56 -0500 Subject: [PATCH] Relax pthreads check to avoid win32 Signed-off-by: Anthony Liguori --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index abd38ddf9e..fc664fc0a9 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." -- 2.39.5