From 03889c8b1b3145e5e79a7f05763a55c788ef8672 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 9 Feb 2010 13:18:18 -0800 Subject: Remove all the configure code for AFS kaserver support --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) (limited to 'configure.ac') 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 ]) 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 ]) - 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]) -- cgit v1.2.3