Evas: Do not build altivec feature if disabled in configure
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 8 Jan 2012 07:22:01 +0000 (07:22 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 8 Jan 2012 07:22:01 +0000 (07:22 +0000)
commit2754ab1186e39b655a567b5adca7396ccf1d3631
tree11a8be41072a7b41ce3037960d2d1c6fc17e6116
parent50dc829a3e7693ff654ebce5994560d888ae2ba1
Evas: Do not build altivec feature if disabled in configure
On macosx i386, that code fails because even though __VEC__ is defined,
the compiler doesn't understand the 'vector' keyword (that macro is
irrelevent here). So there was no way to make evas compile for ppc if
altivec was not supported by the compiler.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@66966 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/engines/common/evas_cpu.c