mirror of https://github.com/MidnightCommander/mc
* 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:
parent
728951fd34
commit
7e498cbc2e
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue