From: Jan Djärv <jan.h.d@swipnet.se> Date: Tue, 14 Oct 2014 05:07:21 +0000 (+0200) Subject: * configure.ac: apple-darwin powerpc is unported. X-Git-Tag: emacs-25.0.90~2635^2~679^2~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f8c645caa36526f0160776617840bc6201b9f22;p=emacs.git * configure.ac: apple-darwin powerpc is unported. --- diff --git a/ChangeLog b/ChangeLog index ef58145f368..9af29fa3fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-14 Jan Djärv <jan.h.d@swipnet.se> + + * configure.ac: apple-darwin powerpc is unported. + 2014-10-12 Ken Brown <kbrown@cornell.edu> * configure.ac (LD_SWITCH_SYSTEM_TEMACS) [CYGWIN]: Set stack size diff --git a/configure.ac b/configure.ac index a2badf0f91c..f346f28f7b3 100644 --- a/configure.ac +++ b/configure.ac @@ -557,7 +557,7 @@ case "${canonical}" in *-apple-darwin* ) case "${canonical}" in i[3456]86-* ) ;; - powerpc-* ) ;; + powerpc-* ) unported=yes ;; x86_64-* ) ;; * ) unported=yes ;; esac