]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: apple-darwin powerpc is unported.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Oct 2014 05:07:21 +0000 (07:07 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 14 Oct 2014 05:07:21 +0000 (07:07 +0200)
ChangeLog
configure.ac

index ef58145f368b6eec93b348e0ad2f9c153fe05091..9af29fa3fcd80a0850bfc7f5021f805fbed7b4e3 100644 (file)
--- 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
index a2badf0f91ceb3762ddb9fa42f8c377496f89739..f346f28f7b3b385b37a83886eea9dab11b8f9442 100644 (file)
@@ -557,7 +557,7 @@ case "${canonical}" in
   *-apple-darwin* )
     case "${canonical}" in
       i[3456]86-* )  ;;
-      powerpc-* )    ;;
+      powerpc-* )    unported=yes ;;
       x86_64-* )     ;;
       * )            unported=yes ;;
     esac