summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8aa307b82..6e0d873ac9 100755
--- a/configure
+++ b/configure
@@ -3327,7 +3327,7 @@ if test "$_real" = auto ; then
fi
if test "$_real" = yes ; then
if test -z "$_reallibdir" ; then
- for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
+ for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
if test -d "$I" ; then
_reallibdir="$I"
break;