summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-05 23:18:56 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-05 23:18:56 +0000
commitf0ab4b954f5854677c45908608123145e82eb36a (patch)
tree97b653ac2e9d75fabd969b73a1951ff76c5637cb
parent39c64f2cc2f4aec17686afd158cc7fbd5d897153 (diff)
downloadskalibs-f0ab4b954f5854677c45908608123145e82eb36a.tar.xz
Solaris: get endianness info wherever we can
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5e9b713..6edad5a 100755
--- 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