Blob Blame History Raw
--- allegro-4.2.0/include/allegro/platform/alunixac.hin~	2006-10-15 18:45:00.000000000 +0200
+++ allegro-4.2.0/include/allegro/platform/alunixac.hin	2006-10-15 18:45:00.000000000 +0200
@@ -49,19 +49,25 @@
 #undef ALLEGRO_LINUX_VBEAF
 
 /* Define to enable Linux console VGA driver. */
-#undef ALLEGRO_LINUX_VGA
+#ifdef __i386__
+#define ALLEGRO_LINUX_VGA
+#endif
 
 /* Define if target machine is little endian. */
 #undef ALLEGRO_LITTLE_ENDIAN
 
 /* Define if assembler supports MMX. */
-#undef ALLEGRO_MMX
+#ifdef __i386__
+#define ALLEGRO_MMX
+#endif
 
 /* Define for Unix platforms, to use C convention for bank switching. */
 #undef ALLEGRO_NO_ASM
 
 /* Define if assembler supports SSE. */
-#undef ALLEGRO_SSE
+#ifdef __i386__
+#define ALLEGRO_SSE
+#endif
 
 /* Define if constructor attribute is supported. */
 #undef ALLEGRO_USE_CONSTRUCTOR