[MPlayer-dev-eng] [PATCH] try3: configure: use s/-mcpu/-mtune/ if gcc >= 3.4.0

Oswald Buddenhagen ossi at kde.org
Tue Apr 27 23:23:19 CEST 2004


On Tue, Apr 27, 2004 at 10:44:30PM +0200, VMiklos wrote:
> if [ $_cc_major -gt 3 -o $_cc_major -eq 3 -a $_cc_minor -ge 4 ]; then
> 
> hope this is ok ;-)
> 
no, it's not, because at least some shells read this as 
[ \( $_cc_major -gt 3 -o $_cc_major -eq 3 \) -a $_cc_minor -ge 4 ]
which is obviously wrong.

greetings

-- 
Chaos, panic, and disorder - my work here is done.




More information about the MPlayer-dev-eng mailing list