Fix old references to acl/acl.h

This commit is contained in:
Keith Owens
2001-06-15 14:25:43 +00:00
parent 65e25a37d6
commit 68fb5cf147
+1 -1
View File
@@ -164,7 +164,7 @@ libattr="/usr/lib/libattr.a"
AC_SUBST(libattr)
dnl Checks for Access Control List header and library.
AC_CHECK_HEADER(acl/acl.h,, [
AC_CHECK_HEADER(sys/acl.h,, [
echo
echo 'FATAL ERROR: could not find a valid Access Control List header.'
echo 'Install either the acl-devel (rpm) or the acl-dev (deb) package.'