diff options
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. |