]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac: Remove unused check for futimes(3)
authorAlejandro Colomar <alx@kernel.org>
Mon, 24 Feb 2025 23:06:49 +0000 (00:06 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Tue, 27 May 2025 07:42:39 +0000 (09:42 +0200)
Reported-by: Chris Hofstaedtler <zeha@debian.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
configure.ac

index c037579122105cbd87b9eda8b5525d5c7f2c489a..283097fe81ab3f241d3e163c34c37f25ea380161 100644 (file)
@@ -39,7 +39,7 @@ dnl Checks for libraries.
 dnl shadow now uses the libc's shadow implementation
 AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])])
 
-AC_CHECK_FUNCS(arc4random_buf futimes \
+AC_CHECK_FUNCS(arc4random_buf \
        getentropy getrandom \
        lckpwdf lutimes \
        updwtmpx innetgr \