]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Port AC_C_BIGENDIAN to recent clang
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 May 2019 20:00:26 +0000 (13:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 29 May 2019 20:00:59 +0000 (13:00 -0700)
commit4677fc349ce759069c9dc8f099a72e77651f1f7b
treecaf19aca1e5c0a393557ddcef620bbc9fc6626b9
parentb8fd7ae75637970a7102358be737c7e8558f9e1b
Port AC_C_BIGENDIAN to recent clang

Problem and trivial patch reported by Matthieu Gautier in:
https://lists.gnu.org/r/bug-autoconf/2019-05/msg00006.html
* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Use unsigned short for
values greater than 2**15 - 1.
lib/autoconf/c.m4