Enable threads on FreeBSD 10 and 11

This commit is contained in:
Marcin Cieślak
2016-08-12 02:16:22 +00:00
committed by Jeffrey Altman
parent c7f5242cc8
commit b9145b859d

View File

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