skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

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:
Mconfigure | 2+-
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