efl/legacy/evas/m4
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
..
ac_attribute.m4 * evas/m4/ac_attribute.m4, 2009-02-11 17:56:03 +00:00
efl_doxygen.m4 Missing modification of the variable DOXYGEN to 2009-02-01 20:25:19 +00:00
evas_check_engine.m4 AC_CHECK_HEADERS is not correctly used in evas_check_engine.m4. 2009-03-14 17:24:53 +00:00
evas_check_loader.m4 * src/modules/engines/direct3d/: 2008-12-20 13:22:46 +00:00
evas_converter.m4 Create macros for converters. 2007-11-05 07:55:17 +00:00