From 0b3c720c014d6813aa4f14d4800b7e57f34380de Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 22 Jul 2011 14:19:34 +0200 Subject: [PATCH] cf: Also enable pthreads on Linux 3. Signed-off-by: Love Hornquist Astrand --- cf/pthreads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 7ce7310dc..209e4f3de 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -41,7 +41,7 @@ case "$host" in ;; *-*-linux* | *-*-linux-gnu) case `uname -r` in - 2.*) + 2.*|3.*) native_pthread_support=yes PTHREAD_CFLAGS=-pthread PTHREAD_LIBADD=-pthread