summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdha/config.h b/libdha/config.h
index 6a0eca997c..97d929e6c1 100644
--- a/libdha/config.h
+++ b/libdha/config.h
@@ -4,7 +4,9 @@
#include "../config.h"
#ifdef TARGET_LINUX
+#ifndef __powerpc__
#define CONFIG_DHAHELPER
#endif
+#endif
#endif /* LIBDHA_CONFIG_H */