From a9f745e1cb175ebb42e9239fbd08013dc1d7bd3c Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 22 May 2003 21:27:39 +0000 Subject: [PATCH] One / too many, noticed by Andreas Hess . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10154 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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