configure.ac: Do not use -pthread on Darwin
authorPeter Stuge <peter@stuge.se>
Sat, 30 Oct 2010 20:13:05 +0000 (22:13 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:01:42 +0000 (22:01 +0200)
commit16cf11a1213272afd616598fa3aba0941e66ec3c
treedac43072dae6abab75769e4523e59a7b1d0ebd59
parenta120747d561929682cd0276ea4c13fb22fad8554
configure.ac: Do not use -pthread on Darwin

It's not needed because Darwin has POSIX Threads in libc. Fixes #96.
configure.ac