# HG changeset patch # User reimar # Date 1262450846 0 # Node ID b932fc1042f1154cb76eeff57b4c1b38af4a7290 # Parent 248d9886d0b0c60a189fd585688cc630b29440a1 Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and certainly was never tested. diff -r 248d9886d0b0 -r b932fc1042f1 configure --- a/configure Fri Jan 01 18:51:59 2010 +0000 +++ b/configure Sat Jan 02 16:47:26 2010 +0000 @@ -4529,6 +4529,7 @@ _vidix=no x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ && _vidix=yes + x86_64 && win32 && vidix=no (ppc || alpha) && linux && _vidix=yes fi echores "$_vidix"