summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-10 13:36:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:13 -0500
commit14e904fe868eb61e4ce39db14d156f384d086743 (patch)
treef8adc77b63e8094befcf1ddb07833894dd350114 /source3/configure.in
parenta2d489c187792cb18685830a8c80dd5bfed6163e (diff)
downloadsamba-14e904fe868eb61e4ce39db14d156f384d086743.tar.gz
samba-14e904fe868eb61e4ce39db14d156f384d086743.tar.bz2
samba-14e904fe868eb61e4ce39db14d156f384d086743.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 (This used to be commit 7ec2b31a8790db1466ffafeab533c11ab7ea801a)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 16efdf9289..37acc0c7e4 100644
--- a/source3/configure.in
+++ b/source3/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,