aboutsummaryrefslogtreecommitdiff
path: root/fesvr/fesvr.ac
diff options
context:
space:
mode:
Diffstat (limited to 'fesvr/fesvr.ac')
-rw-r--r--fesvr/fesvr.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/fesvr/fesvr.ac b/fesvr/fesvr.ac
index 60e6c57..9a211b1 100644
--- a/fesvr/fesvr.ac
+++ b/fesvr/fesvr.ac
@@ -1 +1,6 @@
AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([libpthread is required])])
+
+AC_CHECK_MEMBER(struct statx.stx_mnt_id,
+ AC_DEFINE_UNQUOTED(HAVE_STATX_MNT_ID, 1, [Define to 1 if struct statx has stx_mnt_id.]),
+ ,
+)