From 28cd178099c9dc1834fd78c152d4084836aa7d30 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 11 Sep 2001 02:03:19 +0000 Subject: [PATCH] * configure.in: Add check for sys/ioctl.h. --- ChangeLog | 2 ++ configure.in | 7 +------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index ebfde6ead..2a8c8bd1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-09-10 Pavel Roskin + * configure.in: Add check for sys/ioctl.h. + * configure.in: Use AC_FUNC_STRCOLL instead of generic test. * acinclude.m4: Put -lncurses to MCLIBS, not LIBS. diff --git a/configure.in b/configure.in index 27b1c5191..61f04d4b6 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,7 @@ 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 stropts.h]) + sys/time.h sys/timeb.h sys/select.h sys/ioctl.h stropts.h]) AC_HEADER_TIME AC_HEADER_SYS_WAIT @@ -145,11 +145,6 @@ AC_DEFINE(NEED_CRYPT_PROTOTYPE, 1, [Define if function `crypt' needs a prototype]) fi -dnl -dnl AIX and Sequent need for fd_set -dnl -AC_CHECK_HEADERS(sys/select.h) - dnl dnl On SCO and some SVR4, crypt is on libcrypt.a dnl grantpt in libpt.a