* configure.in: Check for arpa/inet.h.

This commit is contained in:
Pavel Roskin 2002-09-06 00:58:28 +00:00
parent a36e7b7fad
commit 35908dbd71
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2002-09-05 Pavel Roskin <proski@gnu.org>
* configure.in: Check for arpa/inet.h.
* mcfn_install: Remove. Also remove all references to it.
* INSTALL.FAST: Update information about ncurses.
From Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>

View File

@ -109,7 +109,8 @@ esac
AC_PROG_INSTALL
AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \
malloc.h stdlib.h termios.h utime.h fcntl.h pwd.h sys/statfs.h \
sys/time.h sys/timeb.h sys/select.h sys/ioctl.h stropts.h])
sys/time.h sys/timeb.h sys/select.h sys/ioctl.h stropts.h \
arpa/inet.h])
AC_HEADER_TIME
AC_HEADER_SYS_WAIT