# HG changeset patch # User alex # Date 1007217714 0 # Node ID 71075e783b0456bd9c5d25557c8afe56df4df098 # Parent fbdb14138675655715cb59f29d9bd407cbd6248f fixed xanim detection (also present on non-x86 too - look at xanim homepage) and added tv into _inputmodules diff -r fbdb14138675 -r 71075e783b04 configure --- a/configure Sat Dec 01 12:24:46 2001 +0000 +++ b/configure Sat Dec 01 14:41:54 2001 +0000 @@ -2113,20 +2113,16 @@ if test "$_xanim" = auto ; then _xanim=no if test "$_dl" = yes ; then - if x86 ; then - if test -z "$_xanimlibdir" ; then - for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do + if test -z "$_xanimlibdir" ; then + for I in /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim ; do if test -d "$I" ; then _xanimlibdir="$I" break; fi; done - fi - test "$_xanimlibdir" && _xanim=yes - echores "yes (found: $_xanimlibdir)" - else - echores "not supported on non-x86" fi + test "$_xanimlibdir" && _xanim=yes + echores "yes (found: $_xanimlibdir)" else echores "dl support needed" fi @@ -2320,6 +2316,7 @@ # FIXME tv check if test "$_tv" = yes ; then _def_tv='#define USE_TV 1' + _inputmodules="tv $_inputmodules" else _def_tv='#undef USE_TV' fi