summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-12-13 13:13:30 +0000
committerLaurent Bercot <ska@appnovation.com>2023-12-13 13:13:30 +0000
commit23885235f41778bd81f3cb11424cf384956a8d22 (patch)
treed39bf194213410c92641706d9f7a18b80757690e
parent616c3ef1174e2f96518c2f76209e34aa202062e1 (diff)
downloadskalibs-23885235f41778bd81f3cb11424cf384956a8d22.tar.xz
Try and accommodate AIX... maybe?
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5d93d3f..0876b0a 100755
--- a/configure
+++ b/configure
@@ -196,7 +196,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 sys/machine.h ; do
cat > "$tmpc" <<EOF
#undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE