* configure.in: Add check for sys/ioctl.h.

This commit is contained in:
Pavel Roskin 2001-09-11 02:03:19 +00:00
parent 61b18a0643
commit 28cd178099
2 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,7 @@
2001-09-10 Pavel Roskin <proski@gnu.org> 2001-09-10 Pavel Roskin <proski@gnu.org>
* configure.in: Add check for sys/ioctl.h.
* configure.in: Use AC_FUNC_STRCOLL instead of generic test. * configure.in: Use AC_FUNC_STRCOLL instead of generic test.
* acinclude.m4: Put -lncurses to MCLIBS, not LIBS. * acinclude.m4: Put -lncurses to MCLIBS, not LIBS.

View File

@ -81,7 +81,7 @@ esac
AC_PROG_INSTALL AC_PROG_INSTALL
AC_CHECK_HEADERS([unistd.h string.h memory.h crypt.h grp.h limits.h \ 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 \ 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_TIME
AC_HEADER_SYS_WAIT AC_HEADER_SYS_WAIT
@ -145,11 +145,6 @@ AC_DEFINE(NEED_CRYPT_PROTOTYPE, 1,
[Define if function `crypt' needs a prototype]) [Define if function `crypt' needs a prototype])
fi fi
dnl
dnl AIX and Sequent need <sys/select.h> for fd_set
dnl
AC_CHECK_HEADERS(sys/select.h)
dnl dnl
dnl On SCO and some SVR4, crypt is on libcrypt.a dnl On SCO and some SVR4, crypt is on libcrypt.a
dnl grantpt in libpt.a dnl grantpt in libpt.a