configure: try pthread_create without -lpthread
authorDaniel Stenberg <daniel@haxx.se>
Thu, 11 Apr 2013 14:21:49 +0000 (16:21 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Apr 2013 20:58:28 +0000 (22:58 +0200)
commitedddf394b8634079a0b7c43c126e33ed9fa578b1
tree4be8154624d477a3f59564fe2b1ab3eb76300d78
parent61d259f95045c2ec029d4234af80b00d91fec080
configure: try pthread_create without -lpthread

For libc variants without a spearate pthread lib (like bionic), try
using pthreads without the pthreads lib first and only if that fails try
the -lpthread linker flag.

Bug: http://curl.haxx.se/bug/view.cgi?id=1216
Reported by: Duncan
configure.ac