From: Roland Kaufmann Date: Thu, 27 Dec 2018 14:51:49 +0000 (+0100) Subject: Allow build configuration on Apple ARM devices (bug#41994) X-Git-Tag: emacs-28.0.90~6584^2~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cba236749aafade7bd88cf2a10be48f44983faa;p=emacs.git Allow build configuration on Apple ARM devices (bug#41994) * configure.ac: Add arm as a port target for Darwin. Copyright-paperwork-exempt: yes --- diff --git a/configure.ac b/configure.ac index 1b155bd39ed..745ff22d354 100644 --- a/configure.ac +++ b/configure.ac @@ -723,7 +723,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-* ) ;; * ) unported=yes ;; esac opsys=darwin