]> Pileus Git - ~andy/fetchmail/blobdiff - configure.in
Ready for the UIDL patch.
[~andy/fetchmail] / configure.in
index 72c225ee03b8446768871dd3bdcb1514bce563ab..42dcab26c1c432da2f211995005307a61549d31d 100644 (file)
@@ -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)