summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-10 02:32:56 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-10 02:32:56 +0000
commit40dde9d187458709cffb6029d09f8acdc7a7394e (patch)
treea3690fe41bb6c8b29cc70be1291f49d9e06f7bd6 /configure
parent21133394285a7ff6fe84d6b1d02844c3f2986775 (diff)
downloademacs-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-xconfigure2
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