freebsd supports pthreads

This commit is contained in:
Love Hornquist Astrand
2009-12-13 22:47:23 -08:00
parent 8991a40847
commit 85327d6242

View File

@@ -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*)