mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 13:14:36 +00:00
Fix configure hanging forever in iconv check using --charset=noconv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27343 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
52839fdedb
commit
38137d514c
2
configure
vendored
2
configure
vendored
@ -7465,7 +7465,7 @@ else
|
|||||||
_def_charset="#undef MSG_CHARSET"
|
_def_charset="#undef MSG_CHARSET"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$_charset" != "UTF-8" ; then
|
if test -n "$_charset" && test "$_charset" != "UTF-8" ; then
|
||||||
echocheck "iconv program"
|
echocheck "iconv program"
|
||||||
iconv -f UTF-8 -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
|
iconv -f UTF-8 -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
|
||||||
if test "$?" -ne 0 ; then
|
if test "$?" -ne 0 ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user