From c140a2553078d92214fc9b2cbd7eb706a19c34d3 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Tue, 25 Feb 2025 00:06:49 +0100 Subject: [PATCH] configure.ac: Remove unused check for futimes(3) Reported-by: Chris Hofstaedtler Signed-off-by: Alejandro Colomar --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d7321b3cf..869e12ce3 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \