mirror of
https://github.com/qemu/qemu.git
synced 2025-08-15 13:47:03 +00:00
Relax pthreads check to avoid win32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
7d9e52bd70
commit
4617e59389
2
configure
vendored
2
configure
vendored
@ -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
Block a user