prefer our cpuinfo.c over linux emu proc/cpuinfo under freebsd on x86

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11405 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2003-11-06 22:57:40 +00:00
parent 1270b6dab0
commit 47fc787f21
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -585,7 +585,7 @@ _cpuinfo="echo"
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"