> From: Juan Manuel Guerrero <[EMAIL PROTECTED]> > Date: Fri, 22 Feb 2008 02:05:45 +0100 > > I have tried to compile CVS head checked out today using DJGPP. > It failed because /install-info/install-info.c unconditionally includes > the header argz.h that is currently not available with DJGPP. > Inspecting the configure script showed me that it is never tested > for existance nor usability of the header.
That is definitely a bad idea. Only standard headers should be included without a suitable test.