Skip to content

Commit

Permalink
spidermonkey_68 identified as spidermonkey_60 and erroneously(?) bloc…
Browse files Browse the repository at this point in the history
…ked by configure on aarch64 apache#3149
  • Loading branch information
Will committed Dec 23, 2021
1 parent accb3f3 commit cfb5128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,9 @@ parse_opts() {

parse_opts $@

if [ "${ARCH}" = "aarch64" ] && [ "${SM_VSN}" != "1.8.5" ]
if [ "${ARCH}" = "aarch64" ] && [ "${SM_VSN}" = "60" ]
then
echo "ERROR: SpiderMonkey 60 is known broken on ARM 64 (aarch64). Use 1.8.5 instead."
echo "ERROR: SpiderMonkey 60 is known broken on ARM 64 (aarch64). Use another version instead."
exit 1
fi

Expand Down

0 comments on commit cfb5128

Please sign in to comment.