summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-12-11 20:54:57 +0000
committerJeremy Allison <jra@samba.org>2003-12-11 20:54:57 +0000
commitd49b65faa783e26affcd72ba33b176e876f59a59 (patch)
tree588b97d9ada6bcbd2f3dea73caa0401d3340d428 /source3/configure.in
parentb05b6046fc790329d6b301aafb7ddb0b64ce00ab (diff)
downloadsamba-d49b65faa783e26affcd72ba33b176e876f59a59.tar.gz
samba-d49b65faa783e26affcd72ba33b176e876f59a59.tar.bz2
samba-d49b65faa783e26affcd72ba33b176e876f59a59.zip
Correctly detect in-memory krb5 keytab support. Fix for bug #863 from
gschafer@zip.com.au (Greg Schafer). Jeremy. (This used to be commit 583b96e867d2c2cafbfa9d03f33402d6d9d44191)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 15defbe8f1..56f96f76c8 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2721,8 +2721,8 @@ if test x"$with_ads_support" != x"no"; then
exit(0);
exit(1);
}],
- samba_cv_HAVE_MEMORY_KEYTAB=no,
- samba_cv_HAVE_MEMORY_KEYTAB=yes)])
+ 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,