Bugfix for --disable-runtime-cpudetection

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5223 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ksorim 2002-03-20 15:28:26 +00:00
parent 2e1959effa
commit 8de170f53d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -587,7 +587,7 @@ case "$host_arch" in
cat > $TMPC << EOF
int main(void) { return 0; }
EOF
if test "_$runtime_cpudetection" = "no" ; then
if test "$_runtime_cpudetection" = no ; then
if test "$proc" = "k7" ; then
cc_check -march=$proc -mcpu=$proc || proc=athlon
fi