From f2808465f623d9ff734ee867cc483eb736625b5b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 14 Nov 2000 07:15:14 +0000 Subject: [PATCH] (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 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index d73415692..b0552cc2b 100644 --- a/configure.in +++ b/configure.in @@ -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