mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
Oops, now it's indeed sys/timeb.h, not timeb.h.
This commit is contained in:
parent
4681719095
commit
0bc55ae7e2
@ -77,7 +77,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 sys/statfs.h \
|
malloc.h stdlib.h termios.h utime.h fcntl.h sys/statfs.h \
|
||||||
sys/time.h timeb.h])
|
sys/time.h sys/timeb.h])
|
||||||
|
|
||||||
AC_HEADER_TIME
|
AC_HEADER_TIME
|
||||||
AC_HEADER_SYS_WAIT
|
AC_HEADER_SYS_WAIT
|
||||||
|
Loading…
Reference in New Issue
Block a user