[MPlayer-dev-eng] [PATCH] fix configure script for non-bash shells

Arpi arpi at thot.banki.hu
Tue May 20 14:21:36 CEST 2003


Hi,

> this patch fixes configure for the /bin/sh from Solaris 7 and possibly
> others.

>      if darwin ; then.
> -	if [[ $(sysctl -n hw.vectorunit) == 1 ]]; then.
> +	if [[ `sysctl -n hw.vectorunit` == 1 ]]; then.
>  	    _altivec=yes.
>   	fi.

hmm, this 'code' isn't even executed on non-darwin systems, so what's the
prob? or do solaris pre-compile or syntax-check shellscripts?


A'rpi / Astral & ESP-team

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



More information about the MPlayer-dev-eng mailing list