Quote some expressions, might help with some shells.

patch Derek E. Lewis, dlewis solnetworks net


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22006 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-01-24 18:10:40 +00:00
parent e77fbf0bd7
commit 7061372a74
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -7419,8 +7419,8 @@ echores "$_color_console"
# linker paths should be the same for mencoder and mplayer
_ld_tmp=""
for I in $_libs_mplayer ; do
_tmp=`echo $I | sed -e s/^-L.*$//`
if test -z $_tmp ; then
_tmp=`echo $I | sed -e 's/^-L.*$//'`
if test -z "$_tmp" ; then
_ld_extra="$I $_ld_extra"
else
_ld_tmp="$_ld_tmp $I"