summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 23a3f2ad1f..a8ed79b24a 100755
--- a/configure
+++ b/configure
@@ -4529,7 +4529,7 @@ if test "$_vidix" = auto ; then
_vidix=no
x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
&& _vidix=yes
- x86_64 && win32 && vidix=no
+ x86_64 && win32 && _vidix=no
(ppc || alpha) && linux && _vidix=yes
fi
echores "$_vidix"