diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 12:50:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-22 12:50:52 +0000 |
commit | 3aeecf97abe4bda318a3d40513282a0fe8f1ca31 (patch) | |
tree | 740224d15c3c95b13ccf8f0ae986fe5fcdf75ba9 /configure | |
parent | 393032d2ac0649727815c2d1c5055e1c39c330e8 (diff) | |
download | emacs-3aeecf97abe4bda318a3d40513282a0fe8f1ca31.tar.gz |
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index ba572ded50c..fbd556f0ddc 100755 --- a/configure +++ b/configure @@ -855,7 +855,7 @@ case "${canonical}" in case "${canonical}" in i[345]86-*-bsdi*) machine=intel386 ;; sparc-*-bsdi*) machine=sparc ;; - powerpc-*-bsdi*) machine=powerpc ;; + powerpc-*-bsdi*) machine=macppc ;; esac case "${canonical}" in *-*-bsd386* | *-*-bsdi1* ) opsys=bsd386 ;; @@ -906,7 +906,7 @@ case "${canonical}" in ppc-*-linux | \ powerpc-*-linux* ) - machine=powerpc opsys=gnu-linux + machine=macppc opsys=gnu-linux ;; ## Altos 3068 |