changeset 7842:0e39a6112333

don't build dhahelper on PPC linux patch by Colin Leroy <colin@colino.net>
author arpi
date Tue, 22 Oct 2002 15:09:36 +0000
parents ec973e2fe787
children ef4046febd24
files libdha/config.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 */