malloc debug only on ppc
diff --git a/Mac/Modules/macmodule.c b/Mac/Modules/macmodule.c
index ad3ca64..6b5668b 100644
--- a/Mac/Modules/macmodule.c
+++ b/Mac/Modules/macmodule.c
@@ -52,7 +52,7 @@
 #include <fcntl.h>
 #endif
 
-#ifdef __MWERKS__
+#if defined(__MWERKS__) && defined(__powerc)
 #define MALLOC_DEBUG
 #endif