commit | 4617e59389b3b389ec853e98b91e2402cab84818 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Tue Aug 25 17:21:56 2009 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Aug 27 20:47:01 2009 -0500 |
tree | 9758923d56e4588e75a6d5c08d5aa01710487235 | |
parent | 7d9e52bd70c0df69f0eb6a91bc26a158356abf5d [diff] [blame] |
Relax pthreads check to avoid win32 Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/configure b/configure index abd38dd..fc664fc 100755 --- a/configure +++ b/configure
@@ -1302,7 +1302,7 @@ 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."