]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
configure.ac: added autoconf check for getgrouplist
authorblinke <Burkhard.Linke@computational.bio.uni-giessen.de>
Mon, 10 Aug 2015 13:31:44 +0000 (15:31 +0200)
committerYan, Zheng <zyan@redhat.com>
Thu, 3 Mar 2016 12:30:07 +0000 (20:30 +0800)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 16b59c6cd68d532a47e8c0e7b1f088b41433f048)

configure.ac

index 67ed08db5d221425fbd035c9512763e9c7f2f2ba..693d80061f2e252c6d06229a5e11975d4b82c113 100644 (file)
@@ -932,6 +932,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.
 #