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 | 04ca3d31b7925a8db7acd990ab5bdefea06fe61a (patch) | |
tree | ecb92608e5a37b9db71b435f0fc6a2a633470504 /configure.in | |
parent | 8f8e984c65cb58eef964a6cfe0f99915f160b0d6 (diff) | |
download | emacs-04ca3d31b7925a8db7acd990ab5bdefea06fe61a.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.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e6a1a7d2aa8..847e98980fe 100644 --- a/configure.in +++ b/configure.in @@ -365,7 +365,7 @@ dnl see the `changequote' comment above. *-apple-darwin* ) case "${canonical}" in i[3456]86-* ) machine=intel386 ;; - powerpc-* ) machine=powermac ;; + powerpc-* ) machine=macppc ;; * ) unported=yes ;; esac opsys=darwin |