Bruno Haible <[EMAIL PROTECTED]> wrote: > Hi Jim, > > The cycle-check module uses 'inline', therefore should make sure it's > supported > or defined away. Currently it leads to a failure like this, on Solaris 2.5.1 > with SunPRO C 5.0: > > cc -O -DHAVE_CONFIG_H -I. -I.. -g -c cycle-check.c > "cycle-check.c", line 38: undefined or not a type: inline > > Here's a proposed patch. > > 2007-03-11 Bruno Haible <[EMAIL PROTECTED]> > > * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
That's fine, even though I consider such an old version of Solaris to be irrelevant. You're welcome to apply it.