# HG changeset patch # User diego # Date 1211137552 0 # Node ID 148b4021c6f52617ed130eff67d26083714dc370 # Parent 029a3d52e15ec5d164d1e62c52f0743301b6d5a3 Only run AltiVec compiler tests on PowerPC. diff -r 029a3d52e15e -r 148b4021c6f5 configure --- a/configure Sun May 18 18:11:05 2008 +0000 +++ b/configure Sun May 18 19:05:52 2008 +0000 @@ -2415,7 +2415,7 @@ #FIXME: This should happen before the check for CFLAGS.. -if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then +if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then # check if AltiVec is supported by the compiler, and how to enable it echocheck "GCC AltiVec flags"