[Mplayer-cvslog] CVS: main configure,1.726,1.727
    Diego Biurrun 
    diego at biurrun.de
       
    Wed Jun 18 01:04:49 CEST 2003
    
    
  
Richard Felker CVS writes:
 > Modified Files:
 > 	configure 
 > Log Message:
 > 1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell
 > scripting, people!
 > 
 > --- configure	13 Jun 2003 01:25:08 -0000	1.726
 > +++ configure	17 Jun 2003 16:16:47 -0000	1.727
 > @@ -871,7 +871,7 @@
 >  	_mcpu='-mtune=750'
 >      fi
 >      if darwin ; then
 > -	if [[ `sysctl -n hw.vectorunit` == 1 ]]; then
 > +	if [ `sysctl -n hw.vectorunit` -eq 1 ]; then
 >  	    _altivec=yes
 >   	fi
 >      fi
Sounds like 0_90 material.  Any objections?  If not I will commit this
to 0_90 in a few days.
Diego
    
    
More information about the MPlayer-cvslog
mailing list