Spurious comma in the endianness test, big-endian case

master
Xavier Leroy 2020-07-14 19:24:44 +02:00
parent 2b24b3802f
commit efc11853fe
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -13455,7 +13455,7 @@ $as_echo "$ac_cv_c_bigendian" >&6; }
yes)
$as_echo "#define ARCH_BIG_ENDIAN 1" >>confdefs.h
,
endianness="be"
;; #(
no)

View File

@ -789,7 +789,7 @@ AC_MSG_NOTICE([Target is a $bits bits architecture])
AC_C_BIGENDIAN(
[
AC_DEFINE([ARCH_BIG_ENDIAN], [1]),
AC_DEFINE([ARCH_BIG_ENDIAN], [1])
[endianness="be"]
],
[endianness="le"],