[w3m-dev 03831] fix typo

* acinclude.m4 (AC_W3M_LANG): SYSTEM_CODE
* configure.in: fix typo CYGIN
From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2003-03-26 15:19:35 +00:00
parent 9c276f465f
commit 726317e6d8
5 changed files with 12 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ AC_CHECK_LIB(z, zError, [AUXBIN_TARGETS="$AUXBIN_TARGETS inflate\$(EXT)"])
AC_DEFINE(AUXBIN_TARGETS, "$AUXBIN_TARGETS")
AC_SUBST(USE_BINMODE_STREAM)
if test x$CYGIN = xyes; then
if test x$CYGWIN = xyes; then
AC_DEFINE(USE_BINMODE_STREAM)
fi