fix expanding of $_ld_dl when needed by iconv

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16496 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
aurel 2005-09-15 22:39:38 +00:00
parent e6805ce4be
commit cb30e1edd5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2835,7 +2835,7 @@ EOF
_ld_iconv='-liconv'
elif cc_check $_ld_lm -liconv $_ld_dl ; then
_iconv=yes
_ld_iconv='-liconv $_ld_dl'
_ld_iconv="-liconv $_ld_dl"
fi
fi
if test "$_iconv" = yes ; then