# HG changeset patch # User diego # Date 1271944940 0 # Node ID 448f9d88d3670b451633c475ba7e87251113c644 # Parent a6268840b8709f43c4296bf2668b6e9567e13f3d VIDIX only works for Linux on the x86_64 architecture, not on other OSes. Fixes Debian bug #578622. diff -r a6268840b870 -r 448f9d88d367 configure --- a/configure Thu Apr 22 13:53:13 2010 +0000 +++ b/configure Thu Apr 22 14:02:20 2010 +0000 @@ -4716,7 +4716,7 @@ _vidix=no x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \ && _vidix=yes - x86_64 && win32 && _vidix=no + x86_64 && ! linux && _vidix=no (ppc || alpha) && linux && _vidix=yes fi echores "$_vidix"