aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-14 23:41:42 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-07-14 23:41:42 +0000
commit5015f0c30e89726d639f5de34c80608007870677 (patch)
treeeadd98dc31e59456194c1929be4f5ad68d66b7a4 /configure.ac
parent014b220c4c4cf71277d09d117b093e97d63bd8a5 (diff)
-test for getresgid
git-svn-id: https://gnunet.org/svn/gnunet@22674 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f5da334e3..1c87569b11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -690,7 +690,7 @@ AC_FUNC_VPRINTF
AC_HEADER_SYS_WAIT
AC_TYPE_OFF_T
AC_TYPE_UID_T
-AC_CHECK_FUNCS([atoll stat64 strnlen mremap setrlimit sysconf initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid $funcstocheck getifaddrs freeifaddrs])
+AC_CHECK_FUNCS([atoll stat64 strnlen mremap setrlimit sysconf initgroups strndup gethostbyname2 getpeerucred getpeereid setresuid $funcstocheck getifaddrs freeifaddrs getresgid])
# restore LIBS
LIBS=$SAVE_LIBS