bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 7/9] fdutimensat: omit unnecessary AC_C_INLINE


From: Paul Eggert
Subject: [PATCH 7/9] fdutimensat: omit unnecessary AC_C_INLINE
Date: Wed, 29 Aug 2012 23:25:40 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

* modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
---
 ChangeLog           | 3 +++
 modules/fdutimensat | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5bddd57..9ac7316 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-29  Paul Eggert  <address@hidden>
 
+       fdutimensat: omit unnecessary AC_C_INLINE
+       * modules/fdutimensat (configure.ac): Remove AC_C_INLINE.
+
        fchmodat, fchownat, fstatat: use extern-inline
        * lib/fchmodat.c, lib/openat.h (FCHMODAT_INLINE):
        * lib/fchownat.c, lib/openat.h (FCHOWNAT_INLINE):
diff --git a/modules/fdutimensat b/modules/fdutimensat
index 66d5b4b..093b1a6 100644
--- a/modules/fdutimensat
+++ b/modules/fdutimensat
@@ -10,7 +10,6 @@ futimens
 utimensat
 
 configure.ac:
-AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h
 gl_MODULE_INDICATOR([fdutimensat])
 
 Makefile.am:
-- 
1.7.11.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]