mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix up use of libacl and libattr after recent package changes.
This commit is contained in:
+2
-2
@@ -160,7 +160,7 @@ AC_CHECK_LIB(attr, attr_get,, [
|
||||
echo 'Install either the attr-devel (rpm) or the attr-dev (deb) package.'
|
||||
exit 1
|
||||
])
|
||||
libattr="/usr/lib/libattr.a"
|
||||
libattr="-lattr"
|
||||
AC_SUBST(libattr)
|
||||
|
||||
dnl Checks for Access Control List header and library.
|
||||
@@ -176,7 +176,7 @@ AC_CHECK_LIB(acl, acl_get,, [
|
||||
echo 'Install either the acl-devel (rpm) or the acl-dev (deb) package.'
|
||||
exit 1
|
||||
])
|
||||
libacl="/usr/lib/libacl.a"
|
||||
libacl="-lacl"
|
||||
AC_SUBST(libacl)
|
||||
|
||||
dnl Checks for GNU database manager header and library.
|
||||
|
||||
Reference in New Issue
Block a user