(do_roken_rename): add conditional to be compatible with krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9156 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-14 07:15:14 +00:00
parent 967f1df229
commit f2808465f6

View File

@@ -160,6 +160,8 @@ if test "$with_krb4" != "no"; then
fi
AM_CONDITIONAL(KRB4, test "$with_krb4" != "no")
AM_CONDITIONAL(KRB5, true)
AM_CONDITIONAL(do_roken_rename, true)
AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl
AC_SUBST(LIB_kdb)dnl