commit 23885235f41778bd81f3cb11424cf384956a8d22
parent 616c3ef1174e2f96518c2f76209e34aa202062e1
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Wed, 13 Dec 2023 13:13:30 +0000
Try and accommodate AIX... maybe?
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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