From da4ee765f9a2b17169c7ebed474cf9e83e06907d Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Tue, 12 Nov 2002 22:52:12 +0000 Subject: [PATCH] Recognize MacOS X 10.2.2 as ppc_darwin_60. It's compatible. --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 1fad5bdd56..1bfda756a1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -348,6 +348,9 @@ else powerpc-apple-darwin6.1*) AFS_SYSNAME="ppc_darwin_60" ;; + powerpc-apple-darwin6.2*) + AFS_SYSNAME="ppc_darwin_60" + ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" ;;