From: blinke Date: Mon, 10 Aug 2015 13:31:44 +0000 (+0200) Subject: added autoconf check for getgrouplist X-Git-Tag: v9.1.0~385^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16b59c6cd68d532a47e8c0e7b1f088b41433f048;p=ceph.git added autoconf check for getgrouplist --- diff --git a/configure.ac b/configure.ac index ece3047f32e8..473083d9cdd9 100644 --- a/configure.ac +++ b/configure.ac @@ -965,6 +965,9 @@ AC_CHECK_FUNC([fallocate], [AC_DEFINE([CEPH_HAVE_FALLOCATE], [], [fallocate(2) is supported])], []) +# getgrouplist +AC_CHECK_FUNCS([getgrouplist]) + # # Test for time-related `struct stat` members. #