diff configure @ 26775:78176ddcc1f8

10l: Add missing parentheses in AltiVec test logic.
author diego
date Sun, 18 May 2008 15:49:31 +0000
parents c13288eeb9f6
children a3eb683ccb2e
line wrap: on
line diff
--- a/configure	Sun May 18 15:20:59 2008 +0000
+++ b/configure	Sun May 18 15:49:31 2008 +0000
@@ -2424,7 +2424,7 @@
 EOF
     cc_check -maltivec -mabi=altivec \
         && _altivec_gcc_flags="-maltivec -mabi=altivec" \
-        || cc_check -faltivec && _altivec_gcc_flags=-faltivec \
+        || ( cc_check -faltivec && _altivec_gcc_flags=-faltivec ) \
         || _altivec=no
     echores "$_altivec_gcc_flags"