[MPlayer-cvslog] CVS: main configure,1.1156,1.1157

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Apr 2 10:26:16 CEST 2006


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv3596

Modified Files:
	configure 
Log Message:
AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....net


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1156
retrieving revision 1.1157
diff -u -r1.1156 -r1.1157
--- configure	2 Apr 2006 07:44:14 -0000	1.1156
+++ configure	2 Apr 2006 08:26:13 -0000	1.1157
@@ -774,7 +774,7 @@
   _cpuinfo="hostinfo"
 elif aix; then
   # use 'lsattr' on AIX
-  _cpuinfo="lsattr -E -l proc0"
+  _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
@@ -1197,7 +1197,7 @@
 	esac
         ;;
       AIX)
-	proc=`$_cpuinfo | grep 'type' | cut -f 7 -d ' ' | sed 's/PowerPC_//'`
+	proc=`$_cpuinfo | grep 'type' | cut -f 2 -d ' ' | sed 's/PowerPC_//'`
 	;;
     esac
     if test "$_altivec" = yes; then




More information about the MPlayer-cvslog mailing list