port: fix pthread autoconf detection to support FreeBSD
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 13 Oct 2020 19:28:23 +0000 (15:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 14 Oct 2020 18:09:54 +0000 (14:09 -0400)
commitd9c56a93651a409c6ceea65ed1d7f33e3f5ee538
treec694d3d8219cd9b5937b4840cf86745a15d8138b
parent222fa4532b6f8c0f0be4e3781a16a90efbd52a59
port: fix pthread autoconf detection to support FreeBSD

Use the same autoconf pthread code as lttng-tools to handle pthread
compat on FreeBSD.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I713446b1f5ec2eaab96cdfc7e9888ab543e8a67f
configure.ac
liblttng-ust/Makefile.am
liblttng-ust/compat.h
libringbuffer/Makefile.am
m4/ax_pthread.m4 [new file with mode: 0644]
m4/lttng_pthread_setname_np.m4 [new file with mode: 0644]
This page took 0.025275 seconds and 5 git commands to generate.