Albert Chin writes: > There seem to be problems with AC_CHECK_FUNCS on AIX with the IBM C > compiler (5.0.2.6). With autoconf 2.54, AC_CHECK_FUNCS(chflags) > outputs (b.c): [...] > The problem is that chflags doesn't exist on AIX yet the test passes > because the IBM linker seems to optimize the call out: [...]
Yes, this was reported before. http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html http://mail.gnu.org/pipermail/autoconf/2002-November/014508.html http://mail.gnu.org/pipermail/autoconf/2002-November/014519.html
