efl/legacy
Vincent Torri f45226d6fe AC_CHECK_HEADERS is not correctly used in evas_check_engine.m4.
The behavior of AC_CHECK_HEADERS is a bit strange: If one has
2 header files foo.h and bar.h and foo.h exists while bar.h
does not, then:

1) with

have headers="no"
AC_CHECK_HEADERS([foo.h bar.h], [have_headers="yes"])

the value of have_headers is "yes"

2) with

AC_CHECK_HEADERS([foo.h bar.h], [have_headers="yes"], [have_headers="no"])

the value of have_headers is "no"




SVN revision: 39479
2009-03-14 17:24:53 +00:00
..
ecore * update configure.ac so that default options are chosen according to the host 2009-03-13 16:35:16 +00:00
edje minor optimizations to box recalculation. 2009-02-28 20:04:55 +00:00
eet llvm complaint fix from Tiago Falcão 2009-03-13 16:12:24 +00:00
efreet Add LRU to mime icons cache. 2009-03-03 22:38:21 +00:00
eina inlist: add count. 2009-03-13 11:32:56 +00:00
embryo fix dist rule 2009-02-04 19:55:04 +00:00
emotion patch from Gustavo F. Padovan - minor code cleanups (effectually cosmetic) :) 2009-03-13 10:42:04 +00:00
evas AC_CHECK_HEADERS is not correctly used in evas_check_engine.m4. 2009-03-14 17:24:53 +00:00
evil include winsock2.h before Evil.h to avoid conflict with sys/time.h 2009-02-24 17:44:59 +00:00