diff --git a/configure b/configure index 392539516c..6370663612 100755 --- a/configure +++ b/configure @@ -1484,15 +1484,15 @@ fi # AltiVec flags: The FSF version of GCC differs from the Apple version if enabled altivec; then - if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then - add_cflags "-faltivec" - else - add_cflags "-maltivec -mabi=altivec" - fi + if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then + add_cflags "-faltivec" + else + add_cflags "-maltivec -mabi=altivec" + fi -check_header altivec.h + check_header altivec.h -# check if our compiler supports Motorola AltiVec C API + # check if our compiler supports Motorola AltiVec C API if enabled altivec_h; then inc_altivec_h="#include " else @@ -1510,9 +1510,9 @@ fi # check armv5te instructions support enabled armv5te && check_cc <