]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove unused check for <sys/time.h>
authorAlejandro Colomar <alx@kernel.org>
Fri, 2 Dec 2022 20:48:51 +0000 (21:48 +0100)
committerSerge Hallyn <serge@hallyn.com>
Thu, 15 Dec 2022 22:22:05 +0000 (16:22 -0600)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac

index 1f93cd29f8a097f5c05152f6f5ecf4d20e432c34..a534fc03ee0fc68ecde65d798eeb185335c86ea9 100644 (file)
@@ -36,7 +36,7 @@ LT_INIT
 dnl Checks for libraries.
 
 dnl Checks for header files.
-AC_CHECK_HEADERS(crypt.h sys/time.h utmp.h \
+AC_CHECK_HEADERS(crypt.h utmp.h \
        utmpx.h termios.h termio.h sgtty.h sys/ioctl.h syslog.h paths.h \
        utime.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 \