fix win32 arch
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 23 Jun 2007 11:19:16 +0000 (11:19 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 23 Jun 2007 11:19:16 +0000 (11:19 +0000)
Original commit message from CVS:
fix win32 arch

win32/common/config.h

index 2a1b1ee..99442b5 100644 (file)
 #define HAVE_WIN32 1
 
 /* Define host CPU */
-#define HOST_CPU "powerpc"
+#define HOST_CPU "i686"
 
 /* library dir */
 #ifdef _DEBUG