diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |