Re: [libvirt] [PATCHv2 1/2] build: avoid pthreads-win32 on mingw

2010-06-10 Thread Daniel P. Berrange
On Wed, Jun 09, 2010 at 02:49:35PM -0600, Eric Blake wrote: > * src/util/threads.c (includes) [WIN32]: On mingw, favor native > threading over pthreads-win32 library. > * src/util/thread.h [WIN32] Likewise. > Suggested by Daniel P. Berrange. > --- > > Changes from v1: new patch: > > On 06/03/2010

[libvirt] [PATCHv2 1/2] build: avoid pthreads-win32 on mingw

2010-06-09 Thread Eric Blake
* src/util/threads.c (includes) [WIN32]: On mingw, favor native threading over pthreads-win32 library. * src/util/thread.h [WIN32] Likewise. Suggested by Daniel P. Berrange. --- Changes from v1: new patch: On 06/03/2010 08:02 AM, Daniel P. Berrange wrote: >>> So, is the libvirt patch worth instal