From 9476f2ad15d289df19bdcfa1e8016f56268bf63d Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Thu, 14 Nov 2002 22:21:37 +0000 Subject: [PATCH] Recognize MacOS X 10.2.2 as ppc_darwin_60. It's compatible. (cherry picked from commit da4ee765f9a2b17169c7ebed474cf9e83e06907d) --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 508c4306c5..9de45771fb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -325,6 +325,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" ;;