bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* lchmod: don't use AC_C_INLINE
@ 2020-07-03 10:21 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2020-07-03 10:21 UTC (permalink / raw)
  To: bug-gnulib

lib/lchmod.c does not use 'static inline' any more since 2020-02-22.
Therefore no more need for AC_C_INLINE here.


2020-07-03  Bruno Haible  <bruno@clisp.org>

	lchmod: Simplify after 2020-02-22 change.
	* m4/lchmod.m4 (gl_FUNC_LCHMOD): Don't require AC_C_INLINE.

diff --git a/m4/lchmod.m4 b/m4/lchmod.m4
index b9e8a97..a86a304 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])
   :
 ])



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-03 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 10:21 lchmod: don't use AC_C_INLINE Bruno Haible

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).