changeset 10125:3d938f83c42d

Drop LIB_ACL_TRIVIAL.
author Bruno Haible <bruno@clisp.org>
date Sun, 25 May 2008 20:02:51 +0200
parents 691a5f6da6ad
children 66d52359961e
files ChangeLog m4/acl.m4
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun May 25 19:37:11 2008 +0200
+++ b/ChangeLog	Sun May 25 20:02:51 2008 +0200
@@ -1,3 +1,7 @@
+2008-05-25  Bruno Haible  <bruno@clisp.org>
+
+	* m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
+
 2008-05-25  Jim Meyering  <meyering@redhat.com>
 
 	useless-if-before-free: freed expr may have white-space differences
--- a/m4/acl.m4	Sun May 25 19:37:11 2008 +0200
+++ b/m4/acl.m4	Sun May 25 20:02:51 2008 +0200
@@ -1,5 +1,5 @@
 # acl.m4 - check for access control list (ACL) primitives
-# serial 6
+# serial 7
 
 # Copyright (C) 2002, 2004-2008 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
@@ -64,10 +64,6 @@
   AC_SUBST([LIB_ACL])
   AC_DEFINE_UNQUOTED([USE_ACL], [$use_acl],
     [Define to nonzero if you want access control list support.])
-
-  # This is for backwards compatibility; remove this by the end of 2007.
-  LIB_ACL_TRIVIAL=
-  AC_SUBST([LIB_ACL_TRIVIAL])
 ])
 
 # gl_ACL_GET_FILE(IF-WORKS, IF-NOT)