diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-07 14:32:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-07 14:32:43 +0000 |
commit | 9ff30b595fcce9126cb44c155449aa218fdcefc7 (patch) | |
tree | a3a27e8d55e6219f161aaf2d272d5fb43b9e99e4 /configure.in | |
parent | 3a86e7e6d5137d352ea61ce10c799632d21ab7d2 (diff) | |
download | fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.gz fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.tar.bz2 fetchmail-9ff30b595fcce9126cb44c155449aa218fdcefc7.zip |
Ready for the UIDL patch.
svn path=/trunk/; revision=918
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 72c225ee..42dcab26 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) +AC_CHECK_HEADERS(unistd.h termios.h termio.h sgtty.h stdarg.h alloca.h sys/itimer.h) AC_C_CONST dnl getopt needs this. @@ -32,6 +32,7 @@ AC_PROG_YACC AC_SUBST(LIBOBJS) AC_CHECK_LIB(socket,socket) +AC_CHECK_LIB(inet,socket) AC_CHECK_LIB(nsl,inet_addr) |