diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 02:32:56 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 02:32:56 +0000 |
commit | 40dde9d187458709cffb6029d09f8acdc7a7394e (patch) | |
tree | a3690fe41bb6c8b29cc70be1291f49d9e06f7bd6 /configure | |
parent | 21133394285a7ff6fe84d6b1d02844c3f2986775 (diff) | |
download | emacs-40dde9d187458709cffb6029d09f8acdc7a7394e.tar.gz |
* configure.in: Use macppc for Darwin.
* configure: Regenerate.
* m/powermac.h: Remove file, it is now identical to m/macppc.h.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index a4b821ae5d4..c5c3ee640b9 100755 --- a/configure +++ b/configure @@ -2462,7 +2462,7 @@ _ACEOF *-apple-darwin* ) case "${canonical}" in i[3456]86-* ) machine=intel386 ;; - powerpc-* ) machine=powermac ;; + powerpc-* ) machine=macppc ;; * ) unported=yes ;; esac opsys=darwin |