From c0b1bab37899e4cd77b9ef6c008ac063f03c2031 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 17 Dec 2009 10:10:13 +0100 Subject: [PATCH] Use -lpthread for modern freebsd instead --- cf/pthreads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 2df7b8ce5..135acd79d 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -34,7 +34,7 @@ case "$host" in ;; *-*-freebsd[[789]]*) native_pthread_support=yes - PTHREADS_LIBADD="-lthr" + PTHREADS_LIBADD="-lpthread ;; *-*-openbsd*) native_pthread_support=yes -- 2.11.4.GIT