changeset 33283:7b18f6e6e11c

configure: Employ proper autodetection for the matrixview video output.
author diego
date Thu, 05 May 2011 10:25:14 +0000
parents 3ce656827dd7
children 326bd394efab
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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