diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 14:44:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 14:44:43 +0000 |
commit | 623fd3dc50674b258991663149f813ec895adff7 (patch) | |
tree | 097705338bb9bf76474e968c8fba5878ba2c9049 /configure.in | |
parent | e522b2439da92cbe4dbbda1d5a3e48f27aeac6f4 (diff) | |
download | fetchmail-623fd3dc50674b258991663149f813ec895adff7.tar.gz fetchmail-623fd3dc50674b258991663149f813ec895adff7.tar.bz2 fetchmail-623fd3dc50674b258991663149f813ec895adff7.zip |
Give up on trying to use stdio.
svn path=/trunk/; revision=734
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 7d1b1c5c..ae45d083 100644 --- a/configure.in +++ b/configure.in @@ -119,18 +119,6 @@ AC_TRY_LINK([#include <signal.h> [AC_DEFINE(SYS_SIGLIST_DECLARED) AC_MSG_RESULT(yes)], AC_MSG_RESULT(no)) -dnl Configure command line options -with_stdio="yes"; -AC_ARG_ENABLE(stdio, - [ --disable-stdio don't use standard I/O for socket buffering], - [with_stdio=$enableval], - [with_stdio=yes]) -if test "$with_stdio" = "yes" -then - AC_DEFINE(USE_STDIO) - AC_MSG_RESULT("Dynamic buffering with stdio will be used for socket I/O") -fi - AC_OUTPUT(Makefile, [ # Makefile uses this timestamp file to know when to remake Makefile, # build.sh, and glob/Makefile. |