Remove unused check for <utime.h>

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar 2022-12-02 21:55:16 +01:00 committed by Serge Hallyn
parent eecd021c04
commit 7b1fc83e9b

View File

@ -38,7 +38,7 @@ dnl Checks for libraries.
dnl Checks for header files.
AC_CHECK_HEADERS(crypt.h utmp.h \
termio.h sgtty.h sys/ioctl.h paths.h \
utime.h ulimit.h sys/capability.h sys/random.h sys/resource.h \
ulimit.h sys/capability.h sys/random.h sys/resource.h \
gshadow.h lastlog.h rpc/key_prot.h netdb.h acl/libacl.h \
attr/libattr.h attr/error_context.h)