diff --git a/configure b/configure index e215a2aa16..f1ba054a03 100755 --- a/configure +++ b/configure @@ -3865,7 +3865,9 @@ elif enabled ppc; then # AltiVec flags: The FSF version of GCC differs from the Apple version if enabled altivec; then - nogas=warn + if ! enabled_any pic ppc64; then + nogas=warn + fi check_cflags -maltivec -mabi=altivec && { check_header altivec.h && inc_altivec_h="#include " ; } || check_cflags -faltivec