changeset 10296:6401bb43c955

1000l, stupid bash/ksh/etc specific crap. PLEASE learn bourne shell scripting, people!
author rfelker
date Tue, 17 Jun 2003 16:16:47 +0000
parents cd92ccde7d2d
children 0b9230d599c5
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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