We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c87474 commit 389b9aaCopy full SHA for 389b9aa
configure.ac
@@ -31,9 +31,8 @@ AC_SYS_LARGEFILE
31
dnl Checks for header files.
32
AC_HEADER_ASSERT
33
AC_HEADER_DIRENT
34
-AC_HEADER_TIME
35
AC_HEADER_SYS_WAIT
36
-AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h limits.h])
+AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h limits.h time.h sys/time.h])
37
AC_CHECK_HEADERS([unistd.h getopt.h fnmatch.h io.h inttypes.h byteswap.h])
38
AC_CHECK_HEADERS([pthread.h math.h])
39
AC_CHECK_HEADERS([sys/file.h sys/ioctl.h sys/sysmacros.h sys/mkdev.h])
0 commit comments