diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 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 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 |