Hi, If AC_PROG_CC_C99 successfully found a C99 compliant C compiler, AC_C_INLINE and AC_C_RESTRICT should use this result.
Testing for "inline" and "restrict" keywords is redundant, eg, checking ac_cv_prog_cc_c99 = yes should be enough. Regards. -- Yann Droneaud
