On 23 April 2014 10:22, Richard Earnshaw <rearn...@arm.com> wrote: >> libgfortran/ >> 2014-04-17 Kyrylo Tkachov <kyrylo.tkac...@arm.com> >> >> * configure.ac: Quote usage of ac_cv_func_clock_gettime in if test. >> * configure: Regenerate. >> > > This looks fairly safe to me. My only question might be "why isn't the > variable set to one of 'yes' or 'no'?"
This is due to the newlib library detection kludgery further up the file. Rather than using autoconf to probe the interface, we detect newlib, bypass the AC_CHECK_FUNC_ONCE() macro and hardwire the interface. This has the effect of leaving various ac_cv_func_* variables undefined.... Cheers /Marcus