changeset 6411:2093575b97b1

add FreeBSD default dir
author nexus
date Thu, 13 Jun 2002 09:47:22 +0000
parents 4b44baf5d2a8
children d282c87e2ec9
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Jun 13 04:57:09 2002 +0000
+++ b/configure	Thu Jun 13 09:47:22 2002 +0000
@@ -3272,7 +3272,7 @@
     fi
     if test "$_real" = yes ; then
       if test -z "$_reallibdir" ; then
-	for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs ; do
+	for I in /usr/lib/real /usr/lib/RealPlayer*/Codecs /usr/local/lib/RealPlayer*/Codecs; do
           if test -d "$I" ; then
             _reallibdir="$I"
             break;