From 2b0cbfe604bc828f9b4c3085e0c016d2f9e00f36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 22 May 2008 02:53:09 +0000 Subject: [PATCH] Detect solaris2.11 and later and assume its sunos=58. Bug report from Klas Heggemann. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23173 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/sunos.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/sunos.m4 b/cf/sunos.m4 index f3d46393c..5bd45d843 100644 --- a/cf/sunos.m4 +++ b/cf/sunos.m4 @@ -11,7 +11,7 @@ case "$host" in *-*-solaris2.7) sunos=57 ;; -*-*-solaris2.[[89]] | *-*-solaris2.10) +*-*-solaris2.[[89]] | *-*-solaris2.1[0-9]) sunos=58 ;; *-*-solaris2*)