diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-25 17:21:56 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:47:01 -0500 |
commit | 4617e59389b3b389ec853e98b91e2402cab84818 (patch) | |
tree | 9758923d56e4588e75a6d5c08d5aa01710487235 /configure | |
parent | 7d9e52bd70c0df69f0eb6a91bc26a158356abf5d (diff) |
Relax pthreads check to avoid win32
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |