commit f0ab4b954f5854677c45908608123145e82eb36a
parent 39c64f2cc2f4aec17686afd158cc7fbd5d897153
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Fri, 5 Feb 2021 23:18:56 +0000
Solaris: get endianness info wherever we can
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -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