summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-10 13:36:39 +0000
committerGünther Deschner <gd@samba.org>2006-03-10 13:36:39 +0000
commit90c00653afe4be265e9e7c958e0e06487df6b1f1 (patch)
tree9ec9647ef67db8140ee41d082f8dca570ef18228 /source/configure.in
parent8b1d88c27abfe98daafcce0fa4062f6e06e3f86b (diff)
downloadsamba-90c00653afe4be265e9e7c958e0e06487df6b1f1.tar.gz
samba-90c00653afe4be265e9e7c958e0e06487df6b1f1.tar.xz
samba-90c00653afe4be265e9e7c958e0e06487df6b1f1.zip
r14148: Removing the not very well tested krb5 ticket refresh handling activated
over --with-kcm. No time to look after it for the moment. Guenther
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/source/configure.in b/source/configure.in
index 16efdf92897..37acc0c7e45 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -3529,29 +3529,6 @@ LIBS="$ac_save_LIBS"
fi
#################################################
-# check for KCM support
-
-with_kcm_support=no
-AC_MSG_CHECKING([for KCM support])
-
-AC_ARG_WITH(kcm,
-[ --with-kcm KCM support (default no)],
-[ case "$withval" in
- yes)
- if test x$FOUND_KRB5 = x"no"; then
- AC_MSG_ERROR(libkrb5 is needed for KCM support)
- fi
- with_kcm_support="$withval"
- AC_DEFINE(WITH_KCM,1,[Whether to include KCM support])
- ;;
- *)
- with_kcm_support="no"
- AC_DEFINE(WITH_KCM,0,[Whether to include KCM support])
- ;;
- esac ])
-
-AC_MSG_RESULT($with_kcm_support)
-#################################################
# check for automount support
AC_MSG_CHECKING(whether to use automount)
AC_ARG_WITH(automount,