summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"