diff configure @ 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 32eceb109114
children 283093551036
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