From 68fb5cf1477d89ff07fb7841bf7491e7e2ab2580 Mon Sep 17 00:00:00 2001 From: Keith Owens Date: Fri, 15 Jun 2001 14:25:43 +0000 Subject: [PATCH] Fix old references to acl/acl.h --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bb83e444..eb026641 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.' -- 2.39.5