* configure.ac: Add checks for C headers <sys/mkdev.h> and

<sys/sysmacros.h> to support major/minor arithmetics on
	device numbers.
This commit is contained in:
Roland Illig 2005-01-27 22:42:55 +00:00
parent 728951fd34
commit 7e498cbc2e
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-01-27 Roland Illig <roland.illig@gmx.de>
* configure.ac: Add checks for C headers <sys/mkdev.h> and
<sys/sysmacros.h> to support major/minor arithmetics on
device numbers.
2005-01-11 Pavel S. Shirshov <me@pavelsh.pp.ru>
* acinclude.m4: Fix '--with-screen' configure option.

View File

@ -152,7 +152,8 @@ AC_PROG_INSTALL
AC_CHECK_HEADERS([unistd.h string.h memory.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 arpa/inet.h \
security/pam_misc.h sys/socket.h])
security/pam_misc.h sys/socket.h sys/sysmacros.h sys/types.h \
sys/mkdev.h])
AC_HEADER_TIME
AC_HEADER_SYS_WAIT