From d956222083768df5f6d9f6c45f39d70232b7da8f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 18 Nov 2004 21:22:24 +0000 Subject: r3862: Fix from Lars Müller , check for HAVE_WRFILE_KEYTAB was inverted. Jeremy. (This used to be commit 6a9799806874619c471548b8ff0b3dc36788f81a) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 7e97ed091f..327e6c9e89 100644 --- a/source3/configure.in +++ b/source3/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, -- cgit