ignore-value: don't depend on inline module
authorJim Meyering <meyering@redhat.com>
Fri, 17 Oct 2008 11:43:21 +0000 (13:43 +0200)
committerJim Meyering <meyering@redhat.com>
Fri, 17 Oct 2008 11:44:10 +0000 (13:44 +0200)
* modules/ignore-value (Depends-on): Remove 'inline'.
(configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
Suggestion from Bruno Haible.

ChangeLog
modules/ignore-value

index c54aa17..d85acea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-17  Jim Meyering  <meyering@redhat.com>
+
+       ignore-value: don't depend on inline module
+       * modules/ignore-value (Depends-on): Remove 'inline'.
+       (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
+       Suggestion from Bruno Haible.
+
 2008-10-17  Bruno Haible  <bruno@clisp.org>
 
        New implementation of condition variables for Win32.
index 32991ab..5b32fd1 100644 (file)
@@ -5,9 +5,9 @@ Files:
 lib/ignore-value.h
 
 Depends-on:
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 lib_SOURCES += ignore-value.h