From 2132af1f533d95a6ed914005c02785236158f27c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Thu, 25 Mar 2021 22:07:41 -0700 Subject: Fix statx configure check --- fesvr/fesvr.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fesvr') diff --git a/fesvr/fesvr.ac b/fesvr/fesvr.ac index 7a68733..f741bae 100644 --- a/fesvr/fesvr.ac +++ b/fesvr/fesvr.ac @@ -1,6 +1,6 @@ AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([libpthread is required])]) -AC_CHECK_MEMBER(struct statx.ino, +AC_CHECK_MEMBER(struct statx.stx_ino, AC_DEFINE_UNQUOTED(HAVE_STATX, 1, [Define to 1 if struct statx exists.]), , ) -- cgit v1.1