diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:13:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-11 08:13:37 +0000 |
commit | 091117fe002ffc353bedba51326da9232def2306 (patch) | |
tree | 32678df772988128fbc8d68fbb0e9195722ec109 /configure.in | |
parent | 0666f5196746e859534224189449f899ee1e2ab4 (diff) | |
download | fetchmail-091117fe002ffc353bedba51326da9232def2306.tar.gz fetchmail-091117fe002ffc353bedba51326da9232def2306.tar.bz2 fetchmail-091117fe002ffc353bedba51326da9232def2306.zip |
Philippe de Muyter's port patches.
svn path=/trunk/; revision=1616
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3a51afa1..44d453ce 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ AC_HEADER_STDC AC_TYPE_SIZE_T AC_TYPE_PID_T AC_TYPE_SIGNAL -AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h fcntl.h sys/fcntl.h memory.h) +AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h fcntl.h sys/fcntl.h memory.h sys/wait.h) AC_C_CONST dnl getopt needs this. |