From 966df2da7be9c87980d2acccd0040617e71f4efa Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Thu, 10 Apr 2003 20:25:26 +0000 Subject: [PATCH] STABLE12-darwin-map-more-versions-20030410 Recognize MacOS X 10.2.5 as ppc_darwin_60. (cherry picked from commit abc9f6b19029fc76093d8c2d1326ad1b36fa1b00) --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 4890898cce..f3b5a9bb1c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -375,6 +375,9 @@ else powerpc-apple-darwin6.4*) AFS_SYSNAME="ppc_darwin_60" ;; + powerpc-apple-darwin6.5*) + AFS_SYSNAME="ppc_darwin_60" + ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" ;;