darwin supports native pthreads.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20295 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-11 11:08:08 +00:00
parent dd946c632b
commit 7a0820554b

View File

@@ -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
;;