changeset 7896:e91e61212aea

on solaris x86, set set default for vidix to 'disabled' (does yet not compile)
author jkeil
date Thu, 24 Oct 2002 18:12:40 +0000
parents fcd8c5d6795d
children 7674e94baff7
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Oct 24 17:39:12 2002 +0000
+++ b/configure	Thu Oct 24 18:12:40 2002 +0000
@@ -1405,6 +1405,7 @@
   x86 && _vidix=yes
   cygwin && _vidix=no
   qnx && _vidix=no
+  sunos && _vidix=no
 fi
 
 # checking for a working awk, I'm using mawk first, because it's fastest - atmos