From: Alejandro Colomar Date: Mon, 24 Feb 2025 23:06:49 +0000 (+0100) Subject: configure.ac: Remove unused check for futimes(3) X-Git-Tag: 4.18.0-rc1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b936816e5fe25a2d652bc8da35f5a64e159873d;p=thirdparty%2Fshadow.git configure.ac: Remove unused check for futimes(3) Reported-by: Chris Hofstaedtler Signed-off-by: Alejandro Colomar --- 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 \