fix indent
This commit is contained in:
@@ -139,7 +139,8 @@ AC_SUBST(DISPLAY_CODE)
|
||||
AC_SUBST(SYSTEM_CODE)
|
||||
AC_MSG_CHECKING(if japanese support is enabled)
|
||||
AC_ARG_ENABLE(japanese,
|
||||
[ --enable-japanese=CODE support Japanese character sets, CODE=(S|E|j|N|n|m)],,
|
||||
[ --enable-japanese=CODE support Japanese character sets
|
||||
CODE=(S|E|j|N|n|m)],,
|
||||
[enable_japanese="no"])
|
||||
AC_MSG_RESULT($enable_japanese)
|
||||
if test x"$enable_japanese" = xno; then
|
||||
|
3
aclocal.m4
vendored
3
aclocal.m4
vendored
@@ -151,7 +151,8 @@ AC_SUBST(DISPLAY_CODE)
|
||||
AC_SUBST(SYSTEM_CODE)
|
||||
AC_MSG_CHECKING(if japanese support is enabled)
|
||||
AC_ARG_ENABLE(japanese,
|
||||
[ --enable-japanese=CODE support Japanese character sets, CODE=(S|E|j|N|n|m)],,
|
||||
[ --enable-japanese=CODE support Japanese character sets
|
||||
CODE=(S|E|j|N|n|m)],,
|
||||
[enable_japanese="no"])
|
||||
AC_MSG_RESULT($enable_japanese)
|
||||
if test x"$enable_japanese" = xno; then
|
||||
|
Reference in New Issue
Block a user