mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev.
Merge of master-melb:xfs-cmds:24763a by kenmcd.
This commit is contained in:
@@ -32,6 +32,11 @@ AC_DEFUN([AC_PACKAGE_NEED_ATTRIBUTES_H],
|
||||
fi
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_PACKAGE_WANT_ATTRLIST_LIBATTR],
|
||||
[ AC_CHECK_LIB(attr, attr_list, [have_attr_list=true], [have_attr_list=false])
|
||||
AC_SUBST(have_attr_list)
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_PACKAGE_NEED_GETXATTR_LIBATTR],
|
||||
[ AC_CHECK_LIB(attr, getxattr,, [
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user