On 04/03/2008, Michal Rokos <michal.rokos@xxxxxxxxxxx> wrote: > Add test for FREAD_READS_DIRECTORIES to configure script. > > When "." could be opened and fread reads more than 0 items, > FREAD_READS_DIRECTORIES will be set. On AIX 5.3 this appears to work correctly, i.e. it defines FREAD_READS_DIRECTORIES I've negatively tested it just by swapping the return values. It is susceptible to failing for other reasons than those expected (i.e. the configure script gets the libsocket test wrong on my platform if I forget to amend CFLAGS because libg is not available, and then various tests including this one fail because libsocket is erroneously linked in and the test programs fail to compile at all), but that is I think a wider issue with autoconf tests in general. So, with those caveats: Tested-by: Mike Ralphson <mike@xxxxxxxxxxxx> Patch to set this option by default on AIX for the non-autoconf Makefile to follow. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html