From 5fb00398bcdfadd6f4c980e240c60e7639204298 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 22 Jul 1999 02:57:31 +0000 Subject: [PATCH] (SunOS): define to xy for SunOS x.y git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6479 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index f7390d4b9..78bb235e2 100644 --- a/configure.in +++ b/configure.in @@ -14,10 +14,13 @@ AC_SUBST(CANONICAL_HOST) sunos=no case "$host" in *-*-sunos4*) - sunos=4 + sunos=40 + ;; +*-*-solaris2.7) + sunos=57 ;; *-*-solaris2*) - sunos=5 + sunos=50 ;; esac if test "$sunos" != no; then @@ -864,6 +867,7 @@ AC_OUTPUT(Makefile \ appl/telnet/telnet/Makefile \ appl/telnet/telnetd/Makefile \ appl/test/Makefile \ + appl/kf/Makefile \ doc/Makefile \ )