summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-22 21:27:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-22 21:27:39 +0000
commita9f745e1cb175ebb42e9239fbd08013dc1d7bd3c (patch)
tree05934bdf41fbb0406d26dda4d27bf57fbc3ad616 /configure
parentc911f58ae67ab3c7806fc229d2afd0a3cc4f9af0 (diff)
downloadmpv-a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c.tar.bz2
mpv-a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ba9aad7919..1c374c1ad6 100755
--- a/configure
+++ b/configure
@@ -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