Re: [PATCH] configure.ac: fix pthreads detection on Mac OS X

2012-11-28 Thread Max Horn
On 28.11.2012, at 07:38, Junio C Hamano wrote: > Max Horn writes: > >> The configure script checks whether certain flags are required to use >> pthreads. But it did not consider that *none* might be needed (as is the >> case on Mac OS X). This lead to configure adding "-mt" to the list of >> fl

Re: [PATCH] configure.ac: fix pthreads detection on Mac OS X

2012-11-27 Thread Junio C Hamano
Max Horn writes: > The configure script checks whether certain flags are required to use > pthreads. But it did not consider that *none* might be needed (as is the > case on Mac OS X). This lead to configure adding "-mt" to the list of > flags (which does nothing on OS X except producing a warnin

[PATCH] configure.ac: fix pthreads detection on Mac OS X

2012-11-27 Thread Max Horn
The configure script checks whether certain flags are required to use pthreads. But it did not consider that *none* might be needed (as is the case on Mac OS X). This lead to configure adding "-mt" to the list of flags (which does nothing on OS X except producing a warning). This in turn triggered