comparison configure @ 11231:5587c44d9a4e

enable Vidix on Linux/Alpha
author gabucino
date Wed, 22 Oct 2003 18:24:57 +0000
parents 8eb5c1a0d21c
children 3254d102d31a
comparison
equal deleted inserted replaced
11230:8eb5c1a0d21c 11231:5587c44d9a4e
1761 if test "$_vidix" = auto ; then 1761 if test "$_vidix" = auto ; then
1762 _vidix=no 1762 _vidix=no
1763 # should check for x86 systems supporting VIDIX (does QNX have VIDIX?) 1763 # should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
1764 x86 && _vidix=yes 1764 x86 && _vidix=yes
1765 ppc && linux && _vidix=yes 1765 ppc && linux && _vidix=yes
1766 alpha && linux && _vidix=yes
1766 cygwin && _vidix=no 1767 cygwin && _vidix=no
1767 mingw32 && _vidix=no 1768 mingw32 && _vidix=no
1768 qnx && _vidix=no 1769 qnx && _vidix=no
1769 sunos && _vidix=no 1770 sunos && _vidix=no
1770 fi 1771 fi