]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove unused check for <fcntl.h>
authorAlejandro Colomar <alx@kernel.org>
Fri, 2 Dec 2022 20:37:50 +0000 (21:37 +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 79ec80e89244da8c3e8085f7a556abb3db8276e7..94a37472c54ea78692a6fed542a667739ed9e133 100644 (file)
@@ -36,7 +36,7 @@ LT_INIT
 dnl Checks for libraries.
 
 dnl Checks for header files.
-AC_CHECK_HEADERS(crypt.h fcntl.h unistd.h sys/time.h utmp.h \
+AC_CHECK_HEADERS(crypt.h unistd.h sys/time.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 \