projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba5584a
)
With no more fakeka, we don't need the --enable-fakeka option
author
Ken Raeburn
<raeburn@mit.edu>
Sat, 3 Jan 2009 12:40:53 +0000
(12:40 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Sat, 3 Jan 2009 12:40:53 +0000
(12:40 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21683
dc483132
-0cff-0310-8789-
dd5450dbe970
src/configure.in
patch
|
blob
|
history
diff --git
a/src/configure.in
b/src/configure.in
index b2a8c1129e9ed10cfdde7af45ca46e7cd14f4b3a..5d58ced5debf1755df0a7d60a6ae7e2498e8800e 100644
(file)
--- 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