diff --git a/configure b/configure index 430edbdc0c215bc50c7eb0a797a3d86e05175305..2b3bd1c16a9e4a6d65401a49e7bbfbfca246b3b4 100755 --- a/configure +++ b/configure @@ -1530,8 +1530,8 @@ fi # AltiVec flags: The FSF version of GCC differs from the Apple version if enabled altivec; then - check_cflags -maltivec -mabi=altivec && - check_header altivec.h || + check_cflags -maltivec -mabi=altivec && \ + check_header altivec.h || \ check_cflags -faltivec # check if our compiler supports Motorola AltiVec C API