changeset 26775:78176ddcc1f8

10l: Add missing parentheses in AltiVec test logic.
author diego
date Sun, 18 May 2008 15:49:31 +0000
parents 1e915d59aa85
children 14cb67f96415
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"