From 35908dbd71e9f769d52cff69df10c9c8f3cb42e4 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 6 Sep 2002 00:58:28 +0000 Subject: [PATCH] * configure.in: Check for arpa/inet.h. --- ChangeLog | 2 ++ configure.in | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5c8fe4068..26f5223f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-09-05 Pavel Roskin + * 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 diff --git a/configure.in b/configure.in index 5be88997f..43acf25e4 100644 --- a/configure.in +++ b/configure.in @@ -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