(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:
@@ -160,6 +160,8 @@ if test "$with_krb4" != "no"; then
|
|||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(KRB4, test "$with_krb4" != "no")
|
AM_CONDITIONAL(KRB4, test "$with_krb4" != "no")
|
||||||
AM_CONDITIONAL(KRB5, true)
|
AM_CONDITIONAL(KRB5, true)
|
||||||
|
AM_CONDITIONAL(do_roken_rename, 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user