mirror of https://github.com/xqemu/xqemu.git
Relax pthreads check to avoid win32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
7d9e52bd70
commit
4617e59389
|
@ -1302,7 +1302,7 @@ for pthread_lib in $PTHREADLIBS_LIST; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if test "$pthread" = no; then
|
if test "$mingw32" != yes -a "$pthread" = no; then
|
||||||
echo
|
echo
|
||||||
echo "Error: pthread check failed"
|
echo "Error: pthread check failed"
|
||||||
echo "Make sure to have the pthread libs and headers installed."
|
echo "Make sure to have the pthread libs and headers installed."
|
||||||
|
|
Loading…
Reference in New Issue