# HG changeset patch # User diego # Date 1304591114 0 # Node ID 7b18f6e6e11cea5456afcbcf1dd870fb771a129b # Parent 3ce656827dd7c92450e1e1813a799fd195dfc590 configure: Employ proper autodetection for the matrixview video output. diff -r 3ce656827dd7 -r 7b18f6e6e11c configure --- a/configure Thu May 05 08:51:33 2011 +0000 +++ b/configure Thu May 05 10:25:14 2011 +0000 @@ -673,7 +673,7 @@ _yuv4mpeg=yes _gif=auto _gl=auto -matrixview=yes +matrixview=auto _ggi=auto _ggiwmh=auto _aa=auto @@ -5194,7 +5194,7 @@ echocheck "MatrixView" -if test "$_gl" = no ; then +if test "$matrixview" = auto && test "$_gl" = no ; then matrixview=no fi if test "$matrixview" = yes ; then