aboutsummaryrefslogtreecommitdiff
path: root/fesvr/fesvr.ac
blob: 9a211b1221211d17cb0058c3bd41d85f515c8253 (plain)
1
2
3
4
5
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.]),
  ,
)