]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Merge pull request #479 from alejandro-colomar/getgroups
authorSerge Hallyn <serge@hallyn.com>
Tue, 28 Dec 2021 01:12:24 +0000 (19:12 -0600)
committerGitHub <noreply@github.com>
Tue, 28 Dec 2021 01:12:24 +0000 (19:12 -0600)
Remove HAVE_GETGROUPS ifdefs

1  2 
configure.ac

diff --cc configure.ac
index 95ec79e42e7d7b91383067c6f568d911e55a71f6,fa4bc1fcc614ab1a24b412966776f4582071ba37..c9aa37abc77a4812814094fd35d000d3baf583d2
@@@ -51,9 -51,9 +51,9 @@@ AC_CHECK_HEADERS(crypt.h errno.h fcntl.
  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 l64a fchmod fchown fsync futimes getgroups \
+ AC_CHECK_FUNCS(arc4random_buf l64a fchmod fchown fsync futimes \
        gethostname getentropy getrandom getspnam gettimeofday getusershell \
 -      getutent initgroups lchown lckpwdf lstat lutimes memcpy memset \
 +      getutent initgroups lchown lckpwdf lstat lutimes \
        setgroups sigaction strchr updwtmp updwtmpx innetgr getpwnam_r \
        getpwuid_r getgrnam_r getgrgid_r getspnam_r getaddrinfo ruserok \
        dlopen)