# HG changeset patch # User iive # Date 1147427414 0 # Node ID e305012114ef0b97e95c5c66ca1b3958cff8f501 # Parent a0ff0bb5ac4bacfaf3dc619d521dbedf5e697b01 enable mediaLib check execution and honnor user choise to enable mediaLib even on non-sunos system diff -r a0ff0bb5ac4b -r e305012114ef configure --- a/configure Fri May 12 09:20:51 2006 +0000 +++ b/configure Fri May 12 09:50:14 2006 +0000 @@ -1826,7 +1826,7 @@ --disable-vm) _vm=no ;; --enable-xf86keysym) _xf86keysym=yes ;; --disable-xf86keysym) _xf86keysym=no ;; - --enable-mlib) _mlib=yes ;; + --enable-mlib) _mlib=auto ;; --disable-mlib) _mlib=no ;; --enable-sunaudio) _sunaudio=yes ;; --disable-sunaudio) _sunaudio=no ;; @@ -4989,7 +4989,6 @@ echores "$_sunaudio" -if sunos; then echocheck "Sun mediaLib" if test "$_mlib" = auto ; then _mlib=no @@ -5008,7 +5007,6 @@ _def_mlib='#undef HAVE_MLIB' fi echores "$_mlib" -fi echocheck "SGI audio"