Index: configure =================================================================== RCS file: /cvsroot/mplayer/main/configure,v retrieving revision 1.787 diff -u -r1.787 configure --- configure 16 Oct 2003 12:12:49 -0000 1.787 +++ configure 21 Oct 2003 22:48:28 -0000 @@ -571,7 +571,7 @@ if test -r /proc/cpuinfo && not cygwin; then # Linux with /proc mounted, extract CPU information from it _cpuinfo="cat /proc/cpuinfo" -elif test -r /compat/linux/proc/cpuinfo ; then +elif test -r /compat/linux/proc/cpuinfo && not x86 ; then # FreeBSD with Linux emulation /proc mounted, # extract CPU information from it _cpuinfo="cat /compat/linux/proc/cpuinfo"