From: Ken Raeburn Date: Sat, 3 Jan 2009 12:40:53 +0000 (+0000) Subject: With no more fakeka, we don't need the --enable-fakeka option X-Git-Tag: krb5-1.7-alpha1~119 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff0a6514c9f4230938c29922d69cbd4e83691adf;p=krb5.git With no more fakeka, we don't need the --enable-fakeka option git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21683 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/configure.in b/src/configure.in index b2a8c1129..5d58ced5d 100644 --- a/src/configure.in +++ b/src/configure.in @@ -144,14 +144,6 @@ if test "$enableval" = yes ; then else AC_DEFINE(NOCACHE,1,[Define if the KDC should use no replay cache]) fi -AC_ARG_ENABLE([fakeka], -AC_HELP_STRING([--enable-fakeka],[build the Fake KA server (emulates an AFS kaserver) @<:@default: don't build@:>@]), , enableval=no)dnl -if test "$enableval" = yes; then - FAKEKA=fakeka -else - FAKEKA= -fi -AC_SUBST(FAKEKA) KRB5_RUN_FLAGS dnl AC_TYPE_SIGNAL