mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
* lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
mistakenly swapped on 2006-08-15.
This commit is contained in:
parent
4a02090423
commit
c0bcd967e1
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user