summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 98eded7c9c..61ab52db31 100755
--- a/configure
+++ b/configure
@@ -6964,7 +6964,7 @@ elif test -z "$_charset" ; then
if test "$_gtk1" = yes ; then
_charset=`cat ${_mp_help}.charset`
else
- _charset=utf8
+ _charset="UTF-8"
fi
fi
if test "$_charset" ; then