From 045b9eeab437f044d09e0cec8368a5894add902f Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 12 Mar 2004 17:52:58 +0000 Subject: [w3m-dev 04041] spell-miss in configure * acinclude.m4 (AC_W3M_M17N): fix help-string suggested by sakane@d4.bsd.nes.nec.co.jp (Yoshinobu Sakane) From: Fumitoshi UKAI --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index c52f0e4..dfa9692 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -146,7 +146,7 @@ AC_SUBST(POLANG) WCTARGET=""; WCCFLAGS=""; wcinclude=""; wclib="" AC_MSG_CHECKING(if m17n support is enabled) AC_ARG_ENABLE(m17n, - [ --disable-m17n support m17n],, + [ --disable-m17n do not use m17n],, [enable_m17n="yes"]) AC_MSG_RESULT($enable_m17n) if test x"$enable_m17n" = xno; then @@ -166,7 +166,7 @@ else wclib="-L./libwc -lwc" AC_MSG_CHECKING(if unicode support is enabled) AC_ARG_ENABLE(unicode, - [ --disable-unicode support unicode],, + [ --disable-unicode do not use unicode],, [enable_unicode="yes"]) AC_MSG_RESULT($enable_unicode) if test x"$enable_m17n" = xyes; then -- cgit v1.2.3