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