changeset 10653:c6a467773ea0

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.
author Jim Meyering <meyering@redhat.com>
date Fri, 17 Oct 2008 13:43:21 +0200
parents 212ed4dfcd3a
children c64ea4eea695
files ChangeLog modules/ignore-value
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -5,9 +5,9 @@
 lib/ignore-value.h
 
 Depends-on:
-inline
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 lib_SOURCES += ignore-value.h