One / too many, noticed by Andreas Hess <jaska@gmx.net>.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10154 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-05-22 21:27:39 +00:00
parent c911f58ae6
commit a9f745e1cb
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4310,7 +4310,7 @@ if test "$_real" = auto ; then
if test -z "$_reallibdir" ; then
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 ; do
if test -d "$I" ; then
_reallibdir="$I"
break