From 7a0820554bf88ba0640bf2e5cd54d830d52bce77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Apr 2007 11:08:08 +0000 Subject: [PATCH] darwin supports native pthreads. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20295 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/pthreads.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cf/pthreads.m4 b/cf/pthreads.m4 index ec3f9d6de..141ee69a7 100644 --- a/cf/pthreads.m4 +++ b/cf/pthreads.m4 @@ -45,6 +45,9 @@ mips-sgi-irix6.[[5-9]]) # maybe works for earlier versions too native_pthread_support=yes PTHREADS_LIBS="-lpthread" ;; +*-*-darwin*) + native_pthread_support=yes + ;; *) native_pthread_support=no ;;