Use -lpthread for modern freebsd instead

This commit is contained in:
Love Hornquist Astrand
2009-12-17 10:10:13 +01:00
parent 869d8fe465
commit c0b1bab378

View File

@@ -34,7 +34,7 @@ case "$host" in
;;
*-*-freebsd[[789]]*)
native_pthread_support=yes
PTHREADS_LIBADD="-lthr"
PTHREADS_LIBADD="-lpthread
;;
*-*-openbsd*)
native_pthread_support=yes