From 1b936816e5fe25a2d652bc8da35f5a64e159873d 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 c03757912..283097fe8 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 \ -- 2.47.2