Mercurial > mplayer.hg
diff configure @ 22932:d8cfd3a1300e
Move TOOLS/cpuinfo.c into the root directory.
author | diego |
---|---|
date | Mon, 09 Apr 2007 11:30:26 +0000 |
parents | 515545f81186 |
children | da61a88adf63 |
line wrap: on
line diff
--- a/configure Sun Apr 08 17:06:30 2007 +0000 +++ b/configure Mon Apr 09 11:30:26 2007 +0000 @@ -1485,9 +1485,9 @@ _cpuinfo="lsattr -E -l proc0 -a type" elif x86; then # all other OSes try to extract CPU information from a small helper - # program TOOLS/cpuinfo instead - $_cc -o TOOLS/cpuinfo TOOLS/cpuinfo.c - _cpuinfo="TOOLS/cpuinfo" + # program cpuinfo instead + $_cc -o cpuinfo cpuinfo.c + _cpuinfo="./cpuinfo" fi if x86 ; then