Commit b1b7dd8d authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

Set enable_non_utf8 to "no" on OS/2.

OS/2 does not use UTF-8 file systems at all.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 55aa5282
......@@ -841,7 +841,7 @@ dnl Manual switch for UTF-8
AC_ARG_ENABLE(non-utf8,
[AS_HELP_STRING([--enable-non-utf8],
[support legacy non-UTF-8 systems (default disabled)])],, [
AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce"], [
AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "mingwce" -o "${SYS}" = "os2"], [
enable_non_utf8="no"
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment