# HG changeset patch # User rfelker # Date 1055866607 0 # Node ID 6401bb43c955b72d50817c00bf5e60c62c66ac19 # Parent cd92ccde7d2d5144f3a8e056dfc493bb720b17b2 1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell scripting, people! diff -r cd92ccde7d2d -r 6401bb43c955 configure --- a/configure Sun Jun 15 00:20:25 2003 +0000 +++ b/configure Tue Jun 17 16:16:47 2003 +0000 @@ -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