From: Alejandro Colomar Date: Thu, 30 Dec 2021 14:02:02 +0000 (+0100) Subject: Remove unused autoconf check: sigaction(3) X-Git-Tag: 4.12~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e10715ff2ecb5d0e9e4758231ec45730410037;p=thirdparty%2Fshadow.git Remove unused autoconf check: sigaction(3) The macro HAVE_SIGACTION is not being used anywhere. BTW, the function is defined by SVr4 and POSIX.1-2001, so it's likely that it is always available. Signed-off-by: Alejandro Colomar --- diff --git a/configure.ac b/configure.ac index 764734be4..e7efbf2ae 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_CHECK_HEADER([shadow.h],,[AC_MSG_ERROR([You need a libc with shadow.h])]) AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \ getentropy getrandom getspnam getusershell \ getutent initgroups lchown lckpwdf lstat lutimes \ - setgroups sigaction updwtmp updwtmpx innetgr getpwnam_r \ + setgroups updwtmp updwtmpx innetgr getpwnam_r \ getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo ruserok \ memset_s explicit_bzero) AC_SYS_LARGEFILE