# HG changeset patch # User reimar # Date 1304784983 0 # Node ID 464563f22be197aaac71e5b1e9dc9e901e309404 # Parent 733376438418e0cd8353a21040e4d4be998d14ff Fix matrixview test, it would stay stuck at "auto". diff -r 733376438418 -r 464563f22be1 configure --- a/configure Sat May 07 15:58:06 2011 +0000 +++ b/configure Sat May 07 16:16:23 2011 +0000 @@ -5184,8 +5184,8 @@ echocheck "MatrixView" -if test "$matrixview" = auto && test "$_gl" = no ; then - matrixview=no +if test "$matrixview" = auto ; then + matrixview="$_gl" fi if test "$matrixview" = yes ; then vomodules="matrixview $vomodules"