diff configure @ 23986:82903387bbf4

Give the cpuinfo binary the right suffix $_exesuf
author reimar
date Fri, 03 Aug 2007 17:22:31 +0000
parents 73c9e15e7341
children 4aadd7aea5c1
line wrap: on
line diff
--- 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