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