changeset 10153:f80f680d6169

One / too many, noticed by Andreas Hess <jaska@gmx.net>.
author diego
date Thu, 22 May 2003 21:27:39 +0000
parents b252d1b6829e
children 0318353548d4
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu May 22 16:12:54 2003 +0000
+++ b/configure	Thu May 22 21:27:39 2003 +0000
@@ -4310,7 +4310,7 @@
       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