]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/headers.m4 (AC_HEADER_STAT): Fix logic that was
authorEric Blake <ebb9@byu.net>
Tue, 29 Aug 2006 04:36:39 +0000 (04:36 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 29 Aug 2006 04:36:39 +0000 (04:36 +0000)
mistakenly swapped on 2006-08-15.

ChangeLog
lib/autoconf/headers.m4

index 912467fd3dc04fdfb844e141543f8bd950ab8fd7..daeaae25ba6ff2481652d7d347f58674ac9cc0c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 0bbb3a8bb96d70c7242f93ee10d2eca065c13f79..7d9fe16780fd6962e2f3e57d277061bec0c7d069 100644 (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