diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-03-12 17:52:58 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2004-03-12 17:52:58 +0000 |
commit | 045b9eeab437f044d09e0cec8368a5894add902f (patch) | |
tree | 86ad8c66c0b8b375aef67c6ba3647bd77b01158f /acinclude.m4 | |
parent | [w3m-dev 04038] --disable-m17n problem in form.c (diff) | |
download | w3m-045b9eeab437f044d09e0cec8368a5894add902f.tar.gz w3m-045b9eeab437f044d09e0cec8368a5894add902f.zip |
[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 <ukai@debian.or.jp>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |