summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-24 15:46:44 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-24 15:46:44 +0300
commit866ca1f929c95689bac9f0a0b3478f7b4d77214b (patch)
tree88b1116186bf3428a6329d89477041695913c37f /configure.ac
parent2b06c69c8feaf3bdc065635ee711efa45b3033b3 (diff)
configure.ac: fix XF86VidMode test
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 19ef8d120..1c30a22cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1082,8 +1082,8 @@ if test "x$XORG" = xyes -o "x$XGL" = xyes; then
AC_DEFINE(XF86MISC, 1, [Support XFree86 miscellaneous extensions])
fi
- if test "x$XF86VIDMOE" = xauto; then
- PKG_CHECK_MODULES(XF86VIDMODE, xf86vidmode, [DGA=yes], [DGA=no])
+ if test "x$XF86VIDMODE" = xauto; then
+ PKG_CHECK_MODULES(XF86VIDMODE, xf86vidmode, [XF86VIDMODE=yes], [XF86VIDMODE=no])
fi
if test "x$XF86VIDMODE" = xyes; then
XORG_MODULES="$XORG_MODULES xf86vidmodeproto"