chiark / gitweb /
always check for __BYTE_ORDER == __BIG_ENDIAN when checking for endianess
authorLennart Poettering <lennart@poettering.net>
Fri, 11 Jul 2014 13:56:16 +0000 (15:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 11 Jul 2014 13:56:16 +0000 (15:56 +0200)
Let's always stick to glibc's way to determine byte order, and not mix
autoconf-specific checks with gcc checks.


No differences found