Relax pthreads check to avoid win32

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2009-08-25 17:21:56 -05:00
parent 7d9e52bd70
commit 4617e59389
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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