bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH 14/16] ignore-value: omit unnecessary AC_C_INLINE


From: Paul Eggert
Subject: [PATCH 14/16] ignore-value: omit unnecessary AC_C_INLINE
Date: Sat, 18 Aug 2012 17:57:10 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

* modules/ignore-value (configure.ac): Do not require AC_C_INLINE.
---
 ChangeLog            |    3 +++
 modules/ignore-value |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d6d1b82..b47bf94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-08-18  Paul Eggert  <address@hidden>
 
+       ignore-value: omit unnecessary AC_C_INLINE
+       * modules/ignore-value (configure.ac): Do not require AC_C_INLINE.
+
        unistd: avoid 'static inline'
        * lib/unistd.in.h (rpl_environ, getpagesize): Now static, not
        static inline.
diff --git a/modules/ignore-value b/modules/ignore-value
index 9d00c1f..cbc5172 100644
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -7,7 +7,6 @@ lib/ignore-value.h
 Depends-on:
 
 configure.ac:
-AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 
-- 
1.7.6.5




reply via email to

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