bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] ignore-value: new module


From: Bruno Haible
Subject: Re: [PATCH] ignore-value: new module
Date: Fri, 17 Oct 2008 13:12:39 +0200
User-agent: KMail/1.5.4

Hi Jim,

> +Depends-on:
> +inline
> +
> +configure.ac:
> +

The 'inline' module is overkill here, since you don't use the HAVE_INLINE
macro. In other words, you don't really care whether the function gets
inlined or not. In this situation, a simple AC_C_INLINE invocation would be
sufficient:

  Depends-on:

  configure.ac:
  AC_REQUIRE([AC_C_INLINE])

Bruno





reply via email to

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