diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-12-13 13:13:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-12-13 13:13:30 +0000 |
commit | 23885235f41778bd81f3cb11424cf384956a8d22 (patch) | |
tree | d39bf194213410c92641706d9f7a18b80757690e /configure | |
parent | 616c3ef1174e2f96518c2f76209e34aa202062e1 (diff) | |
download | skalibs-23885235f41778bd81f3cb11424cf384956a8d22.tar.xz |
Try and accommodate AIX... maybe?
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |