diff --git a/configure b/configure index 76b642a950..44ffa941f6 100755 --- a/configure +++ b/configure @@ -736,7 +736,7 @@ fi if test $cpu = "powerpc"; then if test $altivec = "yes"; then if test -n "`$cc -v 2>&1 | grep version | grep Apple`"; then - CFLAGS="$CFLAGS -faltivec" + CFLAGS="$CFLAGS -faltivec -maltivec" else CFLAGS="$CFLAGS -maltivec -mabi=altivec" fi