diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-21 17:37:59 -0400 |
commit | d2d44f76c4d86017ccbe6f70ef6318d71947e6d7 (patch) | |
tree | 8e22c54c2772d214116a761a5bebd37ff721b101 /configure.ac | |
parent | 6c3e88e60f2c7d2bff3aa1967afcc59f27626c48 (diff) | |
download | gunmake-d2d44f76c4d86017ccbe6f70ef6318d71947e6d7.tar.gz |
Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 09b5ce2..893ef0c 100644 --- a/configure.ac +++ b/configure.ac @@ -428,7 +428,6 @@ AS_CASE([$host], [AM_CONDITIONAL([WINDOWSENV], [true]) w32_target_env=yes AC_DEFINE([WINDOWS32], [1], [Use platform specific coding]) - AC_DEFINE([OUTPUT_SYNC], [1], [Support synchronized output]) AC_DEFINE([HAVE_DOS_PATHS], [1], [Use platform specific coding]) ]) |