aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-09 13:18:18 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-09 13:18:18 -0800
commit03889c8b1b3145e5e79a7f05763a55c788ef8672 (patch)
treedc7b23ecf0e6f4bf7bbb4220bed8c9a724063a86 /configure.ac
parent2ecd8da6a7eaab79a9b8d0a5a59d91fc377d9b95 (diff)
Remove all the configure code for AFS kaserver support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index bc55ad0..de998c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,13 +49,6 @@ RRA_LIB_KRB5_SWITCH
AC_CHECK_FUNCS([krb5_kt_free_entry])
AC_CHECK_MEMBERS([krb5_keytab_entry.keyblock], , , [#include <krb5.h>])
RRA_LIB_KRB5_RESTORE
-RRA_LIB_AFS
-AS_IF([test x"$rra_afs" = xtrue],
- [RRA_LIB_KRB4
- RRA_LIB_AFS_SWITCH
- AC_CHECK_DECLS([ubik_Call], , , [#include <ubik.h>])
- RRA_LIB_AFS_RESTORE])
-AM_CONDITIONAL([AFS], [test x"$rra_afs" = xtrue])
AC_ARG_VAR([REMCTLD], [Path to the remctld binary])
AC_PATH_PROG([REMCTLD], [remctld], , [$PATH:/usr/sbin:/usr/local/sbin])