From 23885235f41778bd81f3cb11424cf384956a8d22 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 13 Dec 2023 13:13:30 +0000 Subject: Try and accommodate AIX... maybe? Signed-off-by: Laurent Bercot --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" <