svn commit: samba r3863 - in trunk/source: .

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


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

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

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

Modified:
   trunk/source/configure.in


Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2004-11-18 21:22:24 UTC (rev 3862)
+++ trunk/source/configure.in	2004-11-18 21:22:30 UTC (rev 3863)
@@ -2988,8 +2988,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