Eina: Set EINA_CFLAGS/EINA_LDFLAGS before looking for system headers
authorkakaroto <kakaroto@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit90508cd3bf2479850a3a17103bddf12bf1282cb7
tree8b13a018569787cdcb9bb8d876293f9fc25c8fe0
parent950e927943ed6b9b99277b9e51c77d8fee64e27d
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@66954 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
configure.ac