r13364: Continue not enabling valgrind on 64-bit Linux (see also rev 8510).
authorJames Peach <jpeach@samba.org>
Mon, 6 Feb 2006 06:22:20 +0000 (06:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:06:26 +0000 (11:06 -0500)
source/include/includes.h

index 8aa100324084c9cc78f2b77e548e674cb924e672..7e519aadc15f8cee0a53f8ff1b4d249c1b61a007 100644 (file)
 /* 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 */