This commit is contained in:
joonicks
2018-03-21 22:45:56 +01:00
parent 4eebce73af
commit 0c8b5c9401

2
configure vendored
View File

@@ -628,7 +628,7 @@ if [ -z "$endian" ]; then
$CC -o $TESTP $TESTC 1> /dev/null 2> /dev/null
if [ -x $TESTP ]; then
endian=`$TESTP`
if [ "$endian" == "1" ]; then
if [ "$endian" = 1 ]; then
endian="little"
else
endian="big"