diff options
| author | Dan Nicolaescu | 2008-07-10 02:32:56 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-10 02:32:56 +0000 |
| commit | 40dde9d187458709cffb6029d09f8acdc7a7394e (patch) | |
| tree | a3690fe41bb6c8b29cc70be1291f49d9e06f7bd6 /configure | |
| parent | 21133394285a7ff6fe84d6b1d02844c3f2986775 (diff) | |
| download | emacs-40dde9d187458709cffb6029d09f8acdc7a7394e.tar.gz emacs-40dde9d187458709cffb6029d09f8acdc7a7394e.zip | |
* 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
| @@ -2462,7 +2462,7 @@ _ACEOF | |||
| 2462 | *-apple-darwin* ) | 2462 | *-apple-darwin* ) |
| 2463 | case "${canonical}" in | 2463 | case "${canonical}" in |
| 2464 | i[3456]86-* ) machine=intel386 ;; | 2464 | i[3456]86-* ) machine=intel386 ;; |
| 2465 | powerpc-* ) machine=powermac ;; | 2465 | powerpc-* ) machine=macppc ;; |
| 2466 | * ) unported=yes ;; | 2466 | * ) unported=yes ;; |
| 2467 | esac | 2467 | esac |
| 2468 | opsys=darwin | 2468 | opsys=darwin |