Set XTHREADLIB correctly for dragonfly platforms.

This commit is contained in:
Jeremy C. Reed 2006-02-21 14:10:22 -08:00 committed by Jamey Sharp
parent b24834762e
commit 434bf80b40

View file

@ -175,6 +175,8 @@ if test x$xthreads = xyes ; then
freebsd*)
XTHREAD_CFLAGS="-D_THREAD_SAFE"
XTHREADLIB="-pthread" ;;
dragonfly*)
XTHREADLIB="-pthread" ;;
solaris*)
XTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS" ;;
esac