* 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 <[email protected]> + 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
