svn commit: samba r3862 - in branches/SAMBA_3_0/source: .

jra at samba.org jra at samba.org
Thu Nov 18 21:22:24 GMT 2004


Author: jra
Date: 2004-11-18 21:22:24 +0000 (Thu, 18 Nov 2004)
New Revision: 3862

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3862

Log:
Fix from Lars M?\195?\188ller <lmuelle at suse.de>, check for HAVE_WRFILE_KEYTAB
was inverted.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2004-11-18 20:53:23 UTC (rev 3861)
+++ branches/SAMBA_3_0/source/configure.in	2004-11-18 21:22:24 UTC (rev 3862)
@@ -2987,8 +2987,8 @@
       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,



More information about the samba-cvs mailing list