svn rev #21683: trunk/src/
raeburn@MIT.EDU
raeburn at MIT.EDU
Sat Jan 3 07:40:54 EST 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=21683
Commit By: raeburn
Log Message:
With no more fakeka, we don't need the --enable-fakeka option.
Changed Files:
U trunk/src/configure.in
Modified: trunk/src/configure.in
===================================================================
--- trunk/src/configure.in 2009-01-03 12:05:58 UTC (rev 21682)
+++ trunk/src/configure.in 2009-01-03 12:40:53 UTC (rev 21683)
@@ -144,14 +144,6 @@
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
More information about the cvs-krb5
mailing list