diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-09-21 21:45:02 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-09-21 21:45:02 +0200 |
commit | 5a8be1719a80031ea3833749b1e82de8d5a39787 (patch) | |
tree | 1f3cb774fd9e222b7d4f2f426695e7894ee7b297 /configure.ac | |
parent | 5b41545f1be367837d9ac717ea67fba19a4c24d4 (diff) | |
parent | fb68645b5a258c98acc11efdc3caae80683cc6b0 (diff) | |
download | emacs-5a8be1719a80031ea3833749b1e82de8d5a39787.tar.gz |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a3d1d715b8d..990933afc93 100644 --- a/configure.ac +++ b/configure.ac @@ -725,7 +725,7 @@ case "${canonical}" in *-apple-darwin* ) case "${canonical}" in *-apple-darwin[0-9].*) unported=yes ;; - i[3456]86-* | x86_64-* | arm-* ) ;; + i[3456]86-* | x86_64-* | arm-* | aarch64-* ) ;; * ) unported=yes ;; esac opsys=darwin |