Remove AC_HEADER_STAT and STAT_MACROS_BROKEN
As autoconf documentation says, this macro is obsolescent, as no current systems have the bug in S_ISDIR, S_ISREG, etc.. The affected systems were Tektronix UTekV, Amdahl UTS, and Motorola System V/88. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
This commit is contained in:
committed by
Serge Hallyn
parent
c643845100
commit
5538ecd7cc
@@ -57,7 +57,6 @@ AC_SYS_LARGEFILE
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_CONST
|
||||
AC_HEADER_STAT
|
||||
AC_CHECK_MEMBERS([struct stat.st_rdev])
|
||||
AC_CHECK_MEMBERS([struct stat.st_atim])
|
||||
AC_CHECK_MEMBERS([struct stat.st_atimensec])
|
||||
|
||||
Reference in New Issue
Block a user