Hopefully fixed detection of XShmQueryExtension.

This commit is contained in:
Marcus Sundberg 2000-01-13 18:09:17 +00:00
parent 14657882e5
commit cf4671f0e9

View file

@ -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