comparison configure @ 30125:b932fc1042f1

Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and certainly was never tested.
author reimar
date Sat, 02 Jan 2010 16:47:26 +0000
parents 248d9886d0b0
children d06ac0e5d63b
comparison
equal deleted inserted replaced
30124:248d9886d0b0 30125:b932fc1042f1
4527 _vidix_drv_unichrome=no 4527 _vidix_drv_unichrome=no
4528 if test "$_vidix" = auto ; then 4528 if test "$_vidix" = auto ; then
4529 _vidix=no 4529 _vidix=no
4530 x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ 4530 x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
4531 && _vidix=yes 4531 && _vidix=yes
4532 x86_64 && win32 && vidix=no
4532 (ppc || alpha) && linux && _vidix=yes 4533 (ppc || alpha) && linux && _vidix=yes
4533 fi 4534 fi
4534 echores "$_vidix" 4535 echores "$_vidix"
4535 4536
4536 if test "$_vidix" = yes ; then 4537 if test "$_vidix" = yes ; then