mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 02:38:12 +02:00
OpenBSD needs -lpthread for threaded applications too.
This commit is contained in:
parent
2b2f3d3877
commit
7afa643251
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue