From b70ce4ba45c719d873432342ab4e4480200d60f8 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 5 Aug 2003 23:53:06 +0000 Subject: [PATCH] _win32libdir (not _libdir/win32) should be searched after other locations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0c1131210e..f8b1cf98d6 100755 --- a/configure +++ b/configure @@ -4428,9 +4428,10 @@ if test "$_real" = auto ; then fi if test "$_real" = yes ; then if test -z "$_reallibdir" ; then - for I in "$_libdir/codecs" "$_libdir/real" "$_libdir/win32" /usr/lib/real \ + for I in "$_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 ; do + /usr/local/lib/RealPlayer{9,8,}/Codecs /opt/RealPlayer{9,8,}/{Real/,}Codecs \ + "$_win32libdir"; do if test -d "$I" ; then _reallibdir="$I" break