From 3789698e0ab94c4ff0ebb875d336eb34ff2aa5aa Mon Sep 17 00:00:00 2001 From: Garry Zacheiss Date: Sat, 8 Jun 2002 02:29:50 +0000 Subject: [PATCH] Recognize MacOS X 10.1.5 as ppc_darwin_14. It's compatible. --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 2b01d35489..6f81d51268 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -269,6 +269,9 @@ else powerpc-apple-darwin5.4*) AFS_SYSNAME="ppc_darwin_14" ;; + powerpc-apple-darwin5.5*) + AFS_SYSNAME="ppc_darwin_14" + ;; sparc-sun-solaris2.5*) AFS_SYSNAME="sun4x_55" ;;