OpenBSD needs -lpthread for threaded applications too.

This commit is contained in:
Matthieu Herrb 2005-08-28 19:45:48 +00:00
parent 2b2f3d3877
commit 7afa643251

View file

@ -150,7 +150,7 @@ AM_CONDITIONAL(THRSTUBS, test x$thrstubs = xyes)
dnl XXX incomplete, please fill this in
if test x$xthreads == xyes ; then
case $host_os in
linux*)
linux*|openbsd*)
XTHREADLIB=-lpthread ;;
esac
fi