Re: [PATCH v3] autoconf: Test FREAD_READS_DIRECTORIES From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:20 Hi, On Tue, 4 Mar 2008, Michal Rokos wrote: +AC_RUN_IFELSE( + [AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], + [[char c; + FILE *f = fopen(".", "r"); + if (! f) return 0; + if (f && fread(&c, 1, 1, f) > 0) return 1]])], + [ac_cv_fread_reads_directories=no], + [ac_cv_fread_reads_directories=yes]) I do not see the issue addressed that I saw on msysGit. Ciao, Dscho
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help