[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>
This commit is contained in:
Fumitoshi UKAI
2004-03-12 17:52:58 +00:00
parent 827b9f7d1e
commit 045b9eeab4
4 changed files with 1887 additions and 689 deletions

View File

@@ -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