Index: configure
===================================================================
--- configure	(revisione 20564)
+++ configure	(copia locale)
@@ -5966,12 +5966,6 @@
 
 if test "$_win32" = auto ; then
     if test -z "$_win32codecsdir" ; then
-      for I in "$_codecsdir" "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/codecs /usr/lib/codecs /usr/local/lib/win32 /usr/lib/win32 ; do
-        if test -d "$I" ; then
-          _win32codecsdir="$I"
-          break;
-        fi;
-      done
       _win32codecsdir="$_codecsdir"
       # Fall back on a subfolder of the current dir on Windows
       mingw32 && _win32codecsdir="codecs"
@@ -6021,12 +6015,6 @@
   if test "$_dl" = yes ; then
     _res_comment="no suitable directory found - see DOCS/HTML/$_doc_lang/codecs.html"
     if test -z "$_xanimcodecsdir" ; then
-	for I in "$_codecsdir" "$_libdir/codecs" /usr/local/lib/xanim/mods /usr/lib/xanim/mods /usr/lib/xanim $XANIM_MOD_DIR ; do
-          if test -d "$I" ; then
-            _xanimcodecsdir="$I"
-            break;
-          fi;
-        done
       _xanimcodecsdir="$_codecsdir"
     fi
     test "$_xanimcodecsdir" && _xanim=yes
@@ -6054,19 +6042,9 @@
     if linux || freebsd || netbsd || win32 || darwin ; then
       _res_comment="no suitable directory found - see DOCS/HTML/$_doc_lang/codecs.html"
       if test -z "$_realcodecsdir" ; then
-	for I in "$_codecsdir" "$_libdir/codecs" "$_libdir/real" /usr/lib/real \
-	  /usr/lib/RealPlayer{9,8,}/Codecs /usr/local/RealPlayer{9,8,}/Codecs \
-	  /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs \
-	  {~,}/Applications/RealOne\ Player.app/Contents/MacOS/Library/Codecs \
-	  "$_win32codecsdir"; do
-          if test -d "$I" ; then
-            _realcodecsdir="$I"
-            break
-          fi
           _realcodecsdir="$_codecsdir"
           # Fall back on a subfolder of the current dir on Windows
           mingw32 && _realcodecsdir="codecs"
-        done
       fi
       test "$_realcodecsdir" && _real=yes
     fi
