(SunOS): set to a number

KRB4, KRB5 conditionals: remove the `dnl' to work around an automake
flaw


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5699 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-03-22 19:54:55 +00:00
parent 2b53bdd379
commit c0e9f6d142

View File

@@ -13,7 +13,7 @@ AC_SUBST(CANONICAL_HOST)
case "$host" in
*-*-sunos4*)
sunos=2
sunos=4
;;
*-*-solaris2*)
sunos=5
@@ -23,7 +23,7 @@ case "$host" in
;;
esac
if test "$sunos" != no; then
AC_DEFINE_UNQUOTED(SunOS, "$sunos",
AC_DEFINE_UNQUOTED(SunOS, $sunos,
[Define to what version of SunOS you are running.])
fi
@@ -74,8 +74,8 @@ if test "$with_krb4"; then
[Define if krb_put_int takes four arguments.])
fi
fi
AM_CONDITIONAL(KRB4, test "$with_krb4")dnl
AM_CONDITIONAL(KRB5, true)dnl
AM_CONDITIONAL(KRB4, test "$with_krb4")
AM_CONDITIONAL(KRB5, true)
AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl
AC_SUBST(LIB_kdb)dnl
AM_CONDITIONAL(AIX, test "`uname`" = AIX)dnl