# HG changeset patch # User arpi # Date 1035299376 0 # Node ID 0e39a61123335d124e4b03bb0033bf8a2f040033 # Parent ec973e2fe7871cfaf3066cb5fc07967d6cc2e0c1 don't build dhahelper on PPC linux patch by Colin Leroy diff -r ec973e2fe787 -r 0e39a6112333 libdha/config.h --- a/libdha/config.h Tue Oct 22 15:07:37 2002 +0000 +++ b/libdha/config.h Tue Oct 22 15:09:36 2002 +0000 @@ -4,7 +4,9 @@ #include "../config.h" #ifdef TARGET_LINUX +#ifndef __powerpc__ #define CONFIG_DHAHELPER #endif +#endif #endif /* LIBDHA_CONFIG_H */