summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-12-13 09:01:45 +0000
committerLaurent Bercot <ska@appnovation.com>2023-12-13 09:01:45 +0000
commit12652d3cf23b711a66c1c36d1c991c9216848d1b (patch)
treec58b9747e8a922fdefcade5ad25ebb0db65ef9ef /configure
parent65ee731b75c4fc24b2a73b32cc081704fc0b6063 (diff)
downloadskalibs-12652d3cf23b711a66c1c36d1c991c9216848d1b.tar.xz
Make it werk
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index db92f46..5d93d3f 100755
--- a/configure
+++ b/configure
@@ -247,7 +247,7 @@ EOF
k=`echo $j | tr '[:lower:]' '[:upper:]'`
cat > "$tmpc" <<EOF
#include <sys/isa_defs.h>
-int a = _${k}_ENDIAN ;
+int a = _${k}_ENDIAN +1 ;
EOF
if trybasic "$tmpc" ; then
echo "endianness: $j" >> "$sysdeps/sysdeps"