diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-05 23:18:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-05 23:18:56 +0000 |
commit | f0ab4b954f5854677c45908608123145e82eb36a (patch) | |
tree | 97b653ac2e9d75fabd969b73a1951ff76c5637cb /configure | |
parent | 39c64f2cc2f4aec17686afd158cc7fbd5d897153 (diff) | |
download | skalibs-f0ab4b954f5854677c45908608123145e82eb36a.tar.xz |
Solaris: get endianness info wherever we can
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ trybasic () { tryendianness () { echo "Checking endianness..." if iscached endianness ; then return ; fi - for i in endian.h sys/endian.h machine/endian.h ; do + for i in endian.h sys/endian.h machine/endian.h arpa/nameser_compat.h ; do cat > "$tmpc" <<EOF #undef _POSIX_C_SOURCE #undef _XOPEN_SOURCE |