From 85327d624282740edaeb2cb9d595c5a94e96ed35 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 13 Dec 2009 22:47:23 -0800 Subject: [PATCH] freebsd supports pthreads --- cf/pthreads.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index f08a9fe1f..b86b0e34b 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -19,17 +19,17 @@ case "$host" in PTHREADS_LIBS=-mt fi ;; -*-*-netbsd[12]*) +*-*-netbsd[[12]]*) native_pthread_support="if running netbsd 1.6T or newer" dnl heim_threads.h knows this PTHREADS_LIBS="-lpthread" ;; -*-*-netbsd[3456789]*) +*-*-netbsd[[3456789]]*) native_pthread_support="netbsd 3 uses explict pthread" dnl heim_threads.h knows this PTHREADS_LIBS="-lpthread" ;; -*-*-freebsd5*) +*-*-freebsd[[56789]]*) native_pthread_support=yes ;; *-*-openbsd*)