mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
Add check for X11/extensions/xf86vmode.h
This commit is contained in:
parent
8cd3b8f3b6
commit
9b8565da9c
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ if test "x$HAS_DGA" != xno; then
|
|||
save_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$X_CFLAGS $CPPFLAGS"
|
||||
AC_CHECK_HEADER(X11/extensions/xf86dga.h, HAS_DGA=yes, HAS_DGA=no)
|
||||
AC_CHECK_HEADER(X11/extensions/xf86vmode.h, qwfoo=qwfoo, HAS_DGA=no)
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue