diff configure @ 18452:ec506ccd190f

Disable mediaLib by default due to brokenness. patch by Derek E. Lewis dlewis%%@%%solnetworks%%.%%net
author diego
date Fri, 12 May 2006 08:33:30 +0000
parents 3a58a8133b3b
children 8f10ce85a8dc
line wrap: on
line diff
--- a/configure	Fri May 12 05:50:13 2006 +0000
+++ b/configure	Fri May 12 08:33:30 2006 +0000
@@ -1596,7 +1596,7 @@
 _xmga=auto
 _vm=auto
 _xf86keysym=auto
-_mlib=auto
+_mlib=no #broken, thus disabled
 _sgiaudio=auto
 _sunaudio=auto
 _alsa=auto
@@ -4987,6 +4987,7 @@
 echores "$_sunaudio"
 
 
+if sunos; then
 echocheck "Sun mediaLib"
 if test "$_mlib" = auto ; then
   _mlib=no
@@ -5005,6 +5006,7 @@
   _def_mlib='#undef HAVE_MLIB'
 fi
 echores "$_mlib"
+fi
 
 
 echocheck "SGI audio"