[Mplayer-cvslog] CVS: main configure,1.726,1.727

Arpi arpi at thot.banki.hu
Wed Jun 18 01:14:33 CEST 2003


Hi,

> 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.

i guess (i even bet) it (this bug) is not in 0_90

configure of 0_90 has no such bugs, it was through tested, while
main's configure got thounsads of such broken patches applied


A'rpi / Astral & ESP-team

--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu



More information about the MPlayer-cvslog mailing list