summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-10-16 21:06:00 -0700
committerSage Weil <sage@inktank.com>2012-10-16 21:06:00 -0700
commitad6840ce5c96bf5938154b55657f28942bd41a24 (patch)
tree2de277a51f4a64632997c52c32ca725abb1b0b7f /configure.ac
parentee20cd02abd2b0c08f075e89f819eadfaccf7ee2 (diff)
parent8ed86eea3fd0fce603b33bd660377a303c654396 (diff)
downloadceph-ad6840ce5c96bf5938154b55657f28942bd41a24.tar.gz
Merge branch 'wip-3301'
Reviewed-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 63d7a12d387..5096c9db72a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -309,6 +309,9 @@ AS_IF([test "x$with_system_leveldb" = xcheck],
[AC_CHECK_LIB([leveldb], [leveldb_open], [with_system_leveldb=yes], [], [-lsnappy -lpthread])])
AM_CONDITIONAL(WITH_SYSTEM_LEVELDB, [ test "$with_system_leveldb" = "yes" ])
+# look for fuse_getgroups and define FUSE_GETGROUPS if found
+AC_CHECK_FUNCS([fuse_getgroups])
+
# use system libs3?
AC_ARG_WITH([system-libs3],
[AS_HELP_STRING([--with-system-libs3], [use system libs3])],