summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index cf5c3309aa..d8d484b7e1 100755
--- a/configure
+++ b/configure
@@ -2499,7 +2499,8 @@ if test "$_vidix_internal" = auto ; then
_vidix_internal=no
# should check for x86 systems supporting VIDIX (does QNX have VIDIX?)
x86 && _vidix_internal=yes
- ppc && linux && _vidix_internal=yes
+# this is broken currently, undefined references to inw, outw etc.
+# ppc && linux && _vidix_internal=yes
alpha && linux && _vidix_internal=yes
qnx && _vidix_internal=no
sunos && not x86 && _vidix_internal=no