Build: Fix horribly slow compilation times
authorJean-Philippe ANDRE <jpeg@videolan.org>
Wed, 25 Mar 2015 18:19:53 +0000 (11:19 -0700)
committerJean-Philippe ANDRE <jpeg@videolan.org>
Wed, 25 Mar 2015 18:56:44 +0000 (11:56 -0700)
commitf30c0ea3997e92d527d662cd9e33e76ed3fe0343
treed9898dd9c1a252f5c2c78bdcc7b4fe892d66adb7
parent62b5ca7060ad748a5e82a4f3f7f0d644f2ef626e
Build: Fix horribly slow compilation times

Cedric, our dear b0rker, introduced changes in the CFLAGS
generation when merging Emile. While the changes seem to make sense
at first sight (add the -I flags for the lib our new package depends on),
they were actually a terribly bad workaround.

The number of CFLAGS args would grow exponentially, slowing down libtool
a lot, which is known to be slow when it has a lot of arguments.
configure.ac
m4/efl.m4