summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4040a254c1..42aad231cf 100755
--- a/configure
+++ b/configure
@@ -2411,7 +2411,7 @@ echores $_asmalign_pot
#FIXME: This should happen before the check for CFLAGS..
-if ppc ; then
+if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then
# check if altivec is supported by the compiler, and how to enable it