diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-17 21:26:31 +0000 |
commit | 19c8bf41af47ef55aa65f67793661e86d4fc640d (patch) | |
tree | 43ce22a5aeb8aa8b0dda205400d21ffb8ed29b1a /configure.in | |
parent | 4f93d4e0b9252227d1b204b4e6fbc85e96df6df0 (diff) | |
download | fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.gz fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.tar.bz2 fetchmail-19c8bf41af47ef55aa65f67793661e86d4fc640d.zip |
More portation changes.
svn path=/trunk/; revision=1362
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 385292b3..698fc1e9 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) +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_C_CONST dnl getopt needs this. |