commit b37c6545e7220e295050080a39b326e866fa589a
parent 4b795e9fc603ccddeea2599c6919f80029837136
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 10 Nov 2016 23:09:12 +0300
configure.ac: fixed typo prevented thread naming on FreeBSD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
@@ -411,7 +411,7 @@ if test "x$enable_thread_names" != "xno" && test "x$USE_THREADS" = "xposix"; the
AS_IF([[test "x$HAVE_THREAD_NAME_FUNC" != "xyes"]],
[
- AC_CHECK_DECL([[pthread_setname_np]],
+ AC_CHECK_DECL([[pthread_set_name_np]],
[
AC_MSG_CHECKING([[for pthread_set_name_np(3) in FreeBSD form]])
AC_LINK_IFELSE(