diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-26 15:19:35 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-26 15:19:35 +0000 |
commit | 726317e6d8d9dab27f546529beb6f2299a595cae (patch) | |
tree | 9450693cad087f3a8b40097c6b1c36254d531985 /configure | |
parent | [w3m-dev 03830] Image size of gif animation (diff) | |
download | w3m-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')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1348,7 +1348,7 @@ else EOF cat >> confdefs.h <<\EOF -#define DISPLAY_CODE 'S' +#define SYSTEM_CODE 'S' EOF ;; xE|xj|xN|xn|xm) @@ -2757,7 +2757,7 @@ EOF -if test x$CYGIN = xyes; then +if test x$CYGWIN = xyes; then cat >> confdefs.h <<\EOF #define USE_BINMODE_STREAM 1 EOF |