Merge branch 'ew/autoconf-pthread' into maint
commitf98a20c50a52342556f0d71a83763a61a170c26c
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:20 +0000 (10 11:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:21 +0000 (10 11:55 -0700)
tree716ed9a2a53ebe7101e35362451cb143abbdd361
parente223c2c77f7e578e085c80c59440475cff056dc0
parenta9b02de8b79de44ee8f4a0506b65a62f38999bd8
Merge branch 'ew/autoconf-pthread' into maint

Existing autoconf generated test for the need to link with pthread
library did not check all the functions from pthread libraries;
recent FreeBSD has some functions in libc but not others, and we
mistakenly thought linking with libc is enough when it is not.

* ew/autoconf-pthread:
  configure.ac: stronger test for pthread linkage
configure.ac