mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-01-19 15:10:56 +00:00
Hopefully fixed detection of XShmQueryExtension.
This commit is contained in:
parent
14657882e5
commit
cf4671f0e9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ AC_PATH_XTRA
|
|||
if test "x$no_x" = x; then
|
||||
HAS_X11=yes
|
||||
AC_CHECK_LIB(Xext, XShmQueryExtension, [X11_SHM_LIB=-lXext],
|
||||
[X11_SHM_LIB=""], [ $X_LIBS $X_EXTRA_LIBS ])
|
||||
[X11_SHM_LIB=""], [ $X_LIBS -lX11 $X_EXTRA_LIBS ])
|
||||
fi
|
||||
|
||||
dnl Check for DGA support
|
||||
|
|
Loading…
Reference in a new issue