mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2026-01-04 00:20:18 +01:00
configure.ac: drop pthread-stubs dependency on DragonFly and FreeBSD
All `pthread_*` symbols used by libxcb have stubs in libc. So, stop linking against libpthread.
This commit is contained in:
parent
4d1a578dd5
commit
fd04ab24a5
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ AC_SUBST(HTML_CHECK_RESULT)
|
||||||
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.15.1)
|
PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.15.1)
|
||||||
NEEDED="xau >= 0.99.2"
|
NEEDED="xau >= 0.99.2"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
linux*|darwin*|solaris*) ;;
|
linux*|darwin*|solaris*|dragonfly*|freebsd*) ;;
|
||||||
*) NEEDED="$NEEDED pthread-stubs" ;;
|
*) NEEDED="$NEEDED pthread-stubs" ;;
|
||||||
esac
|
esac
|
||||||
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
PKG_CHECK_MODULES(NEEDED, $NEEDED)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue