From 90944fcf1665bef41295b1b5ada171eb580e5f96 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 5 Aug 1997 19:02:23 +0200
Subject: [PATCH] Added check for setgroups

Rev: src/modules/system/configure.in:1.11
---
 src/modules/system/configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/system/configure.in b/src/modules/system/configure.in
index e3c8b89aea..66c5a632b6 100644
--- a/src/modules/system/configure.in
+++ b/src/modules/system/configure.in
@@ -12,7 +12,7 @@ AC_HAVE_HEADERS(syslog.h sys/syslog.h sys/types.h errno.h unistd.h pwd.h \
 	sys/utsname.h pwd.h passwd.h shadow.h grp.h)
 
 AC_HAVE_FUNCS(syslog link symlink readlink \
-	initgroups seteuid setresuid setegid setresgid \
+	initgroups setgroups seteuid setresuid setegid setresgid \
         geteuid getpgrp getpgid getppid \
 	getpwnam getspnam getpwent setpwent endpwent \
 	chroot fchroot uname gethostname gethostbyname)
-- 
GitLab