From: Keith Owens Date: Fri, 15 Jun 2001 14:25:43 +0000 (+0000) Subject: Fix old references to acl/acl.h X-Git-Tag: v1.1.0~1235 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=68fb5cf1477d89ff07fb7841bf7491e7e2ab2580;p=users%2Fhch%2Fxfstests-dev.git Fix old references to acl/acl.h --- diff --git a/configure.in b/configure.in index bb83e444f..eb026641d 100644 --- a/configure.in +++ b/configure.in @@ -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.'