diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index 6faf657c8..be5317b8e 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -30,7 +30,9 @@ case "$host" in dnl heim_threads.h knows this PTHREAD_LIBADD="-lpthread" ;; -*-*-freebsd[[56789]]*) +*-*-freebsd[[1234]]) + ;; +*-*-freebsd*) native_pthread_support=yes PTHREAD_LIBADD="-pthread" ;;