efl: fix a neon build break. 61/82561/2
authorHermet Park <hermet@hermet.pe.kr>
Thu, 4 Aug 2016 06:43:41 +0000 (15:43 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 4 Aug 2016 07:57:40 +0000 (00:57 -0700)
commit47c45fbb453819fb2f4885d8abdb0db2ea87adde
treec72064863d41bf7eac07163bdf45474a000ef8b5
parent0a19ead61ca0351cc0bef2a2204f7f0422bcea25
efl: fix a neon build break.

We found a some build break problem due to a build system.

In efl configuration, our efl configure enables neon if it's available,
but neon gonna partially turned off on evas compilation if the build system
has a non neon CFLAG option (ie, mfpu=vfpv..). In the end, neon is partially enabled
and it turns out a build break.

It's non-sense but we can't allow this breakage.

There is no way to ignore build system option nor override our neon option perfectly,
so, Let efl package ruled by build system overall.

http://git.enlightenment.org/core/efl.git/commit/?id=77d2e0cb959b9e7ecc6ffc09b67031ac3687f332

Change-Id: Ie94e277b206830a517a4fb33f1187b1fa785d243
configure.ac