From: Pádraig Brady
Date: Mon, 19 Oct 2009 09:10:05 +0000 (+0100) Subject: acl: warn if ACL support is not detected X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab362e8297c325a60d542907672dde4321120fef;p=pspp acl: warn if ACL support is not detected * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found. --- diff --git a/ChangeLog b/ChangeLog index 8eade8f80d..800f672a80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-20 Pádraig Brady
+
+ acl: warn if ACL support is not detected
+ * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
+
2009-10-19 Giuseppe Scrivano