summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-11-27 09:06:40 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2007-11-27 09:06:40 -0800
commitb524b0f996c9c1e9a81a3e3cdcc11517c39adb7c (patch)
treec02b305dae3f1cba12101daf6f12ea03c205d50f /lib
parent952adbf38941fb36b345aa4efb861fa8efd9f2e5 (diff)
downloadautoconf-b524b0f996c9c1e9a81a3e3cdcc11517c39adb7c.tar.gz
Fix AC_C_BIGENDIAN bug caused by new awk method of substitution.
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Don't comment out the #undef as this runs afoul of our new way of creating config.h. Problem reported by Jim Meyering in <http://lists.gnu.org/archive/html/autoconf-patches/2007-11/msg00164.html>.
Diffstat (limited to 'lib')
-rw-r--r--lib/autoconf/c.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4
index b67de57d..f435098f 100644
--- a/lib/autoconf/c.m4
+++ b/lib/autoconf/c.m4
@@ -1401,7 +1401,7 @@ AC_DEFUN([AC_C_BIGENDIAN],
#if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
#elif ! defined __LITTLE_ENDIAN__
-/* #undef WORDS_BIGENDIAN */
+# undef WORDS_BIGENDIAN
#endif])dnl
AC_CACHE_CHECK([whether byte ordering is bigendian], [ac_cv_c_bigendian],
[ac_cv_c_bigendian=unknown