]> granicus.if.org Git - jq/commitdiff
Merge pull request #400 from kdeme/master
authorNico Williams <nico@cryptonector.com>
Thu, 12 Jun 2014 20:55:41 +0000 (15:55 -0500)
committerNico Williams <nico@cryptonector.com>
Thu, 12 Jun 2014 20:55:41 +0000 (15:55 -0500)
Heuristic IEEE754 endianness autoconf detection

Use AC_C_BIGENDIAN, though it's not really the correct approach.  Autoconf ought to have provided a test specifically for IEEE754 endianness, since it can differ from integer/pointer endianness!


Trivial merge