Eina: Set EINA_CFLAGS/EINA_LDFLAGS before looking for system headers
authorkakaroto <kakaroto>
Sat, 7 Jan 2012 11:39:07 +0000 (11:39 +0000)
committerkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 7 Jan 2012 11:39:07 +0000 (11:39 +0000)
commit5c292a0487cc8f5831c181b85c76922de656ad84
tree8b13a018569787cdcb9bb8d876293f9fc25c8fe0
parent050d6306c1e6bbab9f4864b92018d9566cd8b774
Eina: Set EINA_CFLAGS/EINA_LDFLAGS before looking for system headers
We must check for cflags/ldflags and evil/escape libs before looking
for headers (like sys/mman.h) because they could be provided by one
of those libs. We must also set CFLAGS/LDFLAGS/LIBS variables to the
EINA_CFLAGS/EINA_LDFLAGS/EINA_LIBS vars so they get picked up properly

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@66954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac