mirror of
https://github.com/mpv-player/mpv
synced 2025-04-10 19:51:43 +00:00
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:
parent
e6805ce4be
commit
cb30e1edd5
2
configure
vendored
2
configure
vendored
@ -2835,7 +2835,7 @@ EOF
|
|||||||
_ld_iconv='-liconv'
|
_ld_iconv='-liconv'
|
||||||
elif cc_check $_ld_lm -liconv $_ld_dl ; then
|
elif cc_check $_ld_lm -liconv $_ld_dl ; then
|
||||||
_iconv=yes
|
_iconv=yes
|
||||||
_ld_iconv='-liconv $_ld_dl'
|
_ld_iconv="-liconv $_ld_dl"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if test "$_iconv" = yes ; then
|
if test "$_iconv" = yes ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user