Enable threads on FreeBSD 10 and 11
This commit is contained in:

committed by
Jeffrey Altman

parent
c7f5242cc8
commit
b9145b859d
@@ -30,7 +30,9 @@ case "$host" in
|
|||||||
dnl heim_threads.h knows this
|
dnl heim_threads.h knows this
|
||||||
PTHREAD_LIBADD="-lpthread"
|
PTHREAD_LIBADD="-lpthread"
|
||||||
;;
|
;;
|
||||||
*-*-freebsd[[56789]]*)
|
*-*-freebsd[[1234]])
|
||||||
|
;;
|
||||||
|
*-*-freebsd*)
|
||||||
native_pthread_support=yes
|
native_pthread_support=yes
|
||||||
PTHREAD_LIBADD="-pthread"
|
PTHREAD_LIBADD="-pthread"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user