projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d9e52b
)
Relax pthreads check to avoid win32
author
Anthony Liguori
<aliguori@us.ibm.com>
Tue, 25 Aug 2009 22:21:56 +0000
(17:21 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 28 Aug 2009 01:47:01 +0000
(20:47 -0500)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index abd38ddf9efcb71df66ea195828d7a2577b5166e..fc664fc0a973dab9149dd76780b20dc9f7accd26 100755
(executable)
--- 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."