Detect solaris2.11 and later and assume its sunos=58.
authorLove Hörnquist Åstrand <lha@kth.se>
Thu, 22 May 2008 02:53:09 +0000 (02:53 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Thu, 22 May 2008 02:53:09 +0000 (02:53 +0000)
Bug report from Klas Heggemann.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23173 ec53bebd-3082-4978-b11e-865c3cabbd6b

cf/sunos.m4

index f3d46393c85a723febbc4021be39b8987996cb9e..5bd45d84320aab179a5b19a40c64cbf6b8d574b0 100644 (file)
@@ -11,7 +11,7 @@ case "$host" in
 *-*-solaris2.7)
        sunos=57
        ;;
-*-*-solaris2.[[89]] | *-*-solaris2.10)
+*-*-solaris2.[[89]] | *-*-solaris2.1[0-9])
        sunos=58
        ;;
 *-*-solaris2*)