From 6a9799806874619c471548b8ff0b3dc36788f81a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 18 Nov 2004 21:22:24 +0000 Subject: [PATCH] =?utf8?q?r3862:=20Fix=20from=20Lars=20M=C3=BCller=20,=20check=20for=20HAVE=5FWRFILE=5FKEYTAB=20was=20inv?= =?utf8?q?erted.=20Jeremy.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- source/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/configure.in b/source/configure.in index 7e97ed091ff..327e6c9e89c 100644 --- a/source/configure.in +++ b/source/configure.in @@ -2987,8 +2987,8 @@ if test x"$with_ads_support" != x"no"; then exit(0); exit(1); }], - samba_cv_HAVE_WRFILE_KEYTAB=no, - samba_cv_HAVE_WRFILE_KEYTAB=yes)]) + samba_cv_HAVE_WRFILE_KEYTAB=yes, + samba_cv_HAVE_WRFILE_KEYTAB=no)]) if test x"$samba_cv_HAVE_WRFILE_KEYTAB" = x"yes"; then AC_DEFINE(HAVE_WRFILE_KEYTAB,1, -- 2.47.3