Skip to content

Commit

Permalink
Merge pull request #3907 from ffontaine/main
Browse files Browse the repository at this point in the history
configure.ac: fix build on aarch64_be
  • Loading branch information
stweil authored Aug 21, 2022
2 parents 896ff2a + cffb8a3 commit 0b92409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ case "${host_cpu}" in

;;

aarch64|arm64)
aarch64*|arm64)

# ARMv8 always has NEON and does not need special compiler flags.
AM_CONDITIONAL([HAVE_NEON], true)
Expand Down

0 comments on commit 0b92409

Please sign in to comment.