svn commit: samba r13364 - in branches/SAMBA_3_0/source/include: .

jpeach at samba.org jpeach at samba.org
Mon Feb 6 06:22:20 GMT 2006


Author: jpeach
Date: 2006-02-06 06:22:20 +0000 (Mon, 06 Feb 2006)
New Revision: 13364

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

Log:
Continue not enabling valgrind on 64-bit Linux (see also rev 8510).

Modified:
   branches/SAMBA_3_0/source/include/includes.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-02-06 06:16:35 UTC (rev 13363)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-02-06 06:22:20 UTC (rev 13364)
@@ -533,9 +533,11 @@
 /* If we have --enable-developer and the valgrind header is present,
  * then we're OK to use it.  Set a macro so this logic can be done only
  * once. */
-#if defined(DEVELOPER) && (HAVE_VALGRIND_H || HAVE_VALGRIND_VALGRIND_H)
+#if defined(DEVELOPER) && !defined(HAVE_64BIT_LINUX)
+#if (HAVE_VALGRIND_H || HAVE_VALGRIND_VALGRIND_H)
 #define VALGRIND
 #endif
+#endif
 
 
 /* we support ADS if we want it and have krb5 and ldap libs */



More information about the samba-cvs mailing list