[MPlayer-cvslog] r24006 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Aug 3 19:22:31 CEST 2007


Author: reimar
Date: Fri Aug  3 19:22:31 2007
New Revision: 24006

Log:
Give the cpuinfo binary the right suffix $_exesuf


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Aug  3 19:22:31 2007
@@ -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



More information about the MPlayer-cvslog mailing list