# HG changeset patch # User diego # Date 1184750134 0 # Node ID b0a7e53e8487cc99d6a90056087f23506d9b1dc7 # Parent ac22aefd69acce80e816c4fdcce8def19a9be05f Restore vo_mga check, it is Linux-only. diff -r ac22aefd69ac -r b0a7e53e8487 configure --- a/configure Wed Jul 18 08:48:54 2007 +0000 +++ b/configure Wed Jul 18 09:15:34 2007 +0000 @@ -568,7 +568,7 @@ _real=auto _live=auto _xinerama=auto -_mga=yes +_mga=auto _xmga=auto _vm=auto _xf86keysym=auto @@ -4119,6 +4119,10 @@ echocheck "/dev/mga_vid" +if test "$_mga" = auto ; then + _mga=no + linux && _mga=yes +fi if test "$_mga" = yes ; then _def_mga='#define HAVE_MGA 1' _vosrc="$_vosrc vo_mga.c"