# HG changeset patch # User reimar # Date 1186161751 0 # Node ID 82903387bbf43c2e71864ad97075ce780d6ad172 # Parent 140cf1a3a7d6e1792e333e37a41d0ec5c33fd3ab Give the cpuinfo binary the right suffix $_exesuf diff -r 140cf1a3a7d6 -r 82903387bbf4 configure --- a/configure Fri Aug 03 17:14:38 2007 +0000 +++ b/configure Fri Aug 03 17:22:31 2007 +0000 @@ -1522,8 +1522,8 @@ 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