Support build of Emacs on ARM Macos machines
* configure.ac: Add support for aarch64-* on Macos (i.e., 64-bit ARM) (bug#43369).
This commit is contained in:
parent
7f8793e5f1
commit
5d46593568
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ case "${canonical}" in
|
|||
*-apple-darwin* )
|
||||
case "${canonical}" in
|
||||
*-apple-darwin[0-9].*) unported=yes ;;
|
||||
i[3456]86-* | x86_64-* ) ;;
|
||||
i[3456]86-* | x86_64-* | arm-* | aarch64-* ) ;;
|
||||
* ) unported=yes ;;
|
||||
esac
|
||||
opsys=darwin
|
||||
|
|
Loading…
Add table
Reference in a new issue