* lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was

mistakenly swapped on 2006-08-15.
This commit is contained in:
Eric Blake 2006-08-29 04:36:39 +00:00
parent 4a02090423
commit c0bcd967e1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-08-28 Eric Blake <ebb9@byu.net>
* lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
mistakenly swapped on 2006-08-15.
2006-08-25 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Version 2.60a.

View File

@ -529,7 +529,7 @@ extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
#if defined S_ISSOCK && defined S_IFREG
extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
#endif
]])], ac_cv_header_stat_broken=yes, ac_cv_header_stat_broken=no)])
]])], ac_cv_header_stat_broken=no, ac_cv_header_stat_broken=yes)])
if test $ac_cv_header_stat_broken = yes; then
AC_DEFINE(STAT_MACROS_BROKEN, 1,
[Define to 1 if the `S_IS*' macros in <sys/stat.h> do not