From af1a4b67201fe86611e6bf4a1ed528127ba85158 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 3 Jul 2020 12:18:34 +0200 Subject: [PATCH] lchmod: Simplify after 2020-02-22 change. * m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE. --- ChangeLog | 5 +++++ m4/lchmod.m4 | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a58816d174..5365f4fa9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-07-03 Bruno Haible + + lchmod: Simplify after 2020-02-22 change. + * m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE. + 2020-07-03 Bruno Haible gen-uni-tables: Make sure the compiler does not barf on 'inline'. diff --git a/m4/lchmod.m4 b/m4/lchmod.m4 index b9e8a97cb3..a86a304f5f 100644 --- a/m4/lchmod.m4 +++ b/m4/lchmod.m4 @@ -1,4 +1,4 @@ -#serial 7 +#serial 8 dnl Copyright (C) 2005-2006, 2008-2020 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -26,6 +26,5 @@ AC_DEFUN([gl_FUNC_LCHMOD], # Prerequisites of lib/lchmod.c. AC_DEFUN([gl_PREREQ_LCHMOD], [ - AC_REQUIRE([AC_C_INLINE]) : ]) -- 2.39.5