summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-02-03 03:23:15 +0000
committerJeremy Allison <jra@samba.org>2004-02-03 03:23:15 +0000
commitbf4e3726fa57cccd10b0fb367cbd17da156fe15c (patch)
tree0168fd2831a9d108344a074f5bb0a59e87e5ddb4 /source3/configure.in
parent9e460df0b99b4b7a74dc58bfd0b8a49918de7abd (diff)
downloadsamba-bf4e3726fa57cccd10b0fb367cbd17da156fe15c.tar.gz
samba-bf4e3726fa57cccd10b0fb367cbd17da156fe15c.tar.bz2
samba-bf4e3726fa57cccd10b0fb367cbd17da156fe15c.zip
Fix for a bug where the mutex could be left locked. Also remove the
memory keytab code which has no effect. Driven by bug report from "Rob J. Caskey" <rcaskey@uga.edu>. Jeremy. (This used to be commit 2a8601d0bfa35f4d0ccd7946d483473fd10e19d0)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/source3/configure.in b/source3/configure.in
index af6836f060..38f908007c 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2735,28 +2735,6 @@ if test x"$with_ads_support" != x"no"; then
[Whether krb5_princ_component is available])
fi
- AC_CACHE_CHECK([for memory keytab support],
- samba_cv_HAVE_MEMORY_KEYTAB,[
- AC_TRY_RUN([
-#include<krb5.h>
- main()
- {
- krb5_context context;
- krb5_keytab keytab;
-
- krb5_init_context(&context);
- if (krb5_kt_resolve(context, "MEMORY:", &keytab))
- exit(1);
- exit(0);
- }],
- samba_cv_HAVE_MEMORY_KEYTAB=yes,
- samba_cv_HAVE_MEMORY_KEYTAB=no)])
-
- if test x"$samba_cv_HAVE_MEMORY_KEYTAB" = x"yes"; then
- AC_DEFINE(HAVE_MEMORY_KEYTAB,1,
- [Whether in-memory keytabs are supported])
- fi
-
AC_CACHE_CHECK([for key in krb5_keytab_entry],
samba_cv_HAVE_KRB5_KEYTAB_ENTRY_KEY,[
AC_TRY_COMPILE([#include <krb5.h>],