aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-26 15:19:35 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-26 15:19:35 +0000
commit726317e6d8d9dab27f546529beb6f2299a595cae (patch)
tree9450693cad087f3a8b40097c6b1c36254d531985 /configure.in
parent[w3m-dev 03830] Image size of gif animation (diff)
downloadw3m-726317e6d8d9dab27f546529beb6f2299a595cae.tar.gz
w3m-726317e6d8d9dab27f546529beb6f2299a595cae.zip
[w3m-dev 03831] fix typo
* acinclude.m4 (AC_W3M_LANG): SYSTEM_CODE * configure.in: fix typo CYGIN From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 10991b0..816b399 100644
--- a/configure.in
+++ b/configure.in
@@ -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