On Sat, Dec 22, 2012 at 10:49 AM, Andreas Schwab <sch...@linux-m68k.org> wrote: > Richard Biener <rguent...@suse.de> writes: > >> (I suppose somehow gmp.h is pulled in configure tests?) > > AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ > #include "ansidecl.h" > #include "system.h" > #ifdef HAVE_SYS_RESOURCE_H > #include <sys/resource.h> > #endif > ]], [[rlim_t l = 0;]])],[],[AC_DEFINE([rlim_t],[long], > [Define to `long' if <sys/resource.h> doesn't define.])])
Huh - looks at least bogus to not include config.h here, no? Oh... that isn't there. Thus, it looks bogus to include system.h here. Why's that done anyway? Richard.