summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:16:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 23:16:30 +0000
commit955495414e51fe1aff47e76d9fd18edcabd4e4d3 (patch)
tree0eb0535042386515ce950e45e13636271c3b09d0 /configure
parentaaf66caefd847a10eda1a3e742a54bdc627fcc58 (diff)
downloadmpv-955495414e51fe1aff47e76d9fd18edcabd4e4d3.tar.bz2
mpv-955495414e51fe1aff47e76d9fd18edcabd4e4d3.tar.xz
Replace hack to disable iconv conversion of messages with something more sane.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26831 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index 9961d40703..e8daf4c03d 100755
--- a/configure
+++ b/configure
@@ -7330,12 +7330,7 @@ else
_def_charset="#undef MSG_CHARSET"
fi
-if test "$_charset" = "UTF-8" ; then
- # hack to disable conversion in the Makefile
- _charset=""
-fi
-
-if test "$_charset" ; then
+if test "$_charset" != "UTF-8" ; then
echocheck "iconv program"
iconv -f UTF-8 -t $_charset ${_mp_help} > /dev/null 2>> "$TMPLOG"
if test "$?" -ne 0 ; then