OSDN Git Service

Merge branch 'ew/autoconf-pthread'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:46 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 21:13:46 +0000 (14:13 -0700)
commit7b01ab562ae14f5e5aedf0c0e769c74925a19809
treebbd4096333e30e8aa4a3f8436de258ce96718caa
parent37e9c7f5e15aa423cef640cc4dc137da2f73c5af
parenta9b02de8b79de44ee8f4a0506b65a62f38999bd8
Merge branch 'ew/autoconf-pthread'

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