changeset 31015:448f9d88d367

VIDIX only works for Linux on the x86_64 architecture, not on other OSes. Fixes Debian bug #578622.
author diego
date Thu, 22 Apr 2010 14:02:20 +0000
parents a6268840b870
children 37bb4d020f50
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"