Mercurial > mplayer.hg
changeset 5222:202fc9c7a372
Bugfix for --disable-runtime-cpudetection
author | ksorim |
---|---|
date | Wed, 20 Mar 2002 15:28:26 +0000 |
parents | 533a58023392 |
children | 8c7b6ba2b5e9 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Mar 20 15:22:48 2002 +0000 +++ b/configure Wed Mar 20 15:28:26 2002 +0000 @@ -587,7 +587,7 @@ 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