> Checking for those functions consumes much of the time spent in > 'configure'. Are those checks the kind that can be safely cached? > I'm thinking specifically of the DECL_AND_LINKAGE checks (I just now > saw that rewrite; it's very elegant). This stuff is not likely to change so yeah. Try to cache it if you can. -benjamin