]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3862: Fix from Lars Müller <lmuelle@suse.de>, check for HAVE_WRFILE_KEYTAB
authorJeremy Allison <jra@samba.org>
Thu, 18 Nov 2004 21:22:24 +0000 (21:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:21 +0000 (10:53 -0500)
was inverted.
Jeremy.

source/configure.in

index 7e97ed091ff019c696b054d11242abdea229f06b..327e6c9e89c9537067572a28c22cd27ca53de22a 100644 (file)
@@ -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,