I created the patch below to configure.in which makes it check for CONFIG_M586MMX type cpus. It is super obvious so I hope it is correct! This fixes the compilation problems for me.
James Rich [EMAIL PROTECTED] --- /home/james/alsa/cvs/alsa-driver/configure.in Mon Oct 1 16:47:59 2001 +++ configure.in Mon Oct 1 17:05:04 2001 @@ -241,6 +241,8 @@ fprintf(file, "i586"); #elif defined(CONFIG_M586TSC) fprintf(file, "i586tsc"); +#elif defined(CONFIG_M586MMX) + fprintf(file, "i586mmx"); #elif defined(CONFIG_M686) || defined(CONFIG_MPENTIUMIII) || defined(CONFIG_MPENTIUM4) fprintf(file, "i686"); #elif defined(CONFIG_MK6) _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel