Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e57d32

Browse files
configure.ac: Remove unused check for futimes(3)
Reported-by: Chris Hofstaedtler <[email protected]> Signed-off-by: Alejandro Colomar <[email protected]>
1 parent 7047871 commit 8e57d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dnl Checks for libraries.
3939
dnl shadow now uses the libc's shadow implementation
4040
AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])])
4141

42-
AC_CHECK_FUNCS(arc4random_buf futimes \
42+
AC_CHECK_FUNCS(arc4random_buf \
4343
getentropy getrandom \
4444
lckpwdf lutimes \
4545
updwtmpx innetgr \

0 commit comments

Comments
 (0)