From: Jeremy Allison Date: Thu, 18 Nov 2004 21:22:24 +0000 (+0000) Subject: r3862: Fix from Lars Müller , check for HAVE_WRFILE_KEYTAB X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5567 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a9799806874619c471548b8ff0b3dc36788f81a;p=thirdparty%2Fsamba.git r3862: Fix from Lars Müller , check for HAVE_WRFILE_KEYTAB was inverted. Jeremy. --- 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,