changeset 10157:e21bdbee4de2

Make configure run even on non POSIX compliant shells (Solaris). Patch by Gtz Waschk <waschk@informatik.uni-rostock.de>.
author diego
date Fri, 23 May 2003 00:24:28 +0000
parents eafe9a587896
children 93e5428d0b3e
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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