summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-02-03 03:23:18 +0000
committerJeremy Allison <jra@samba.org>2004-02-03 03:23:18 +0000
commit160d3e2a9c5480f88a482d34fac151bc400b1fd0 (patch)
tree0f3b0047d1bb0fd32ae5172dde9625e12d364b73 /source3/configure.in
parentdac4fd693ee07f2ba7940cb09985acf3c31bf73a (diff)
downloadsamba-160d3e2a9c5480f88a482d34fac151bc400b1fd0.tar.gz
samba-160d3e2a9c5480f88a482d34fac151bc400b1fd0.tar.bz2
samba-160d3e2a9c5480f88a482d34fac151bc400b1fd0.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 4cb8facbf9fa6fa5233fdb363ceac4b304d263d4)
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 e8f579cfcd..7546ba6773 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2730,28 +2730,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>],