Give the cpuinfo binary the right suffix $_exesuf

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24006 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-08-03 17:22:31 +00:00
parent 3c86a69952
commit b95caec861
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -1522,8 +1522,8 @@ elif aix; then
elif x86; then
# all other OSes try to extract CPU information from a small helper
# program cpuinfo instead
$_cc -o cpuinfo cpuinfo.c
_cpuinfo="./cpuinfo"
$_cc -o cpuinfo$_exesuf cpuinfo.c
_cpuinfo="./cpuinfo$_exesuf"
fi
if x86 ; then