comparison configure @ 7815:c81e5a7f5862

add FreeBSD default path
author nexus
date Sun, 20 Oct 2002 12:33:22 +0000
parents 36170c5a3c9a
children 8d110edd67b0
comparison
equal deleted inserted replaced
7814:988498df1996 7815:c81e5a7f5862
3642 _nocodecmodules="real $_nocodecmodules" 3642 _nocodecmodules="real $_nocodecmodules"
3643 fi 3643 fi
3644 3644
3645 3645
3646 if test -z "$_livelibdir" ; then 3646 if test -z "$_livelibdir" ; then
3647 for I in $_libdir/live /usr/lib/live /usr/local/lib/live; do 3647 for I in $_libdir/live /usr/lib/live /usr/local/live /usr/local/lib/live; do
3648 if test -d "$I" ; then 3648 if test -d "$I" ; then
3649 _livelibdir="$I" 3649 _livelibdir="$I"
3650 break; 3650 break;
3651 fi; 3651 fi;
3652 done 3652 done