On Haiku, do not pass -lpthread to the compiler
authorFabian Keil <fk@fabiankeil.de>
Wed, 5 Sep 2012 08:40:59 +0000 (08:40 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 5 Sep 2012 08:40:59 +0000 (08:40 +0000)
commitbb099990af0d3e80c4b2156e7c2d70ce25cb2088
treebe4bc6fa7e3c3689ffdf95398e1db0f1a577e84d
parent4a93f158dd95e2fa6aaa13133e0ea02beea14f09
On Haiku, do not pass -lpthread to the compiler

Haiku's pthreads implementation is contained in its system library,
libroot, so no additional library needs to be searched.

Patch submitted by Simon South in #3564815.
configure.in