# HG changeset patch # User diego # Date 1053649468 0 # Node ID e21bdbee4de25f6adfcca27eb29c7c2da3dd4e38 # Parent eafe9a58789694b900f60f2c2ab7b7e9f40e3e7b Make configure run even on non POSIX compliant shells (Solaris). Patch by Gtz Waschk . diff -r eafe9a587896 -r e21bdbee4de2 configure --- a/configure Fri May 23 00:20:33 2003 +0000 +++ b/configure Fri May 23 00:24:28 2003 +0000 @@ -869,7 +869,7 @@ _mcpu='-mtune=750' fi if darwin ; then - if [[ $(sysctl -n hw.vectorunit) == 1 ]]; then + if [[ `sysctl -n hw.vectorunit` == 1 ]]; then _altivec=yes fi fi