On Wed, 9 Feb 2011, Enlightenment SVN wrote:

> Log:
> evas: make less noise when configuring
>  Remove the following warning during bootstrap:
>
>  configure.ac:790: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
> in body

AC_LANG_PROGRAM is better

Vincent

>
>  Reference:
>  http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html
>
>
>
> Author:       lucas
> Date:         2011-02-09 09:53:00 -0800 (Wed, 09 Feb 2011)
> New Revision: 56861
> Trac:         http://trac.enlightenment.org/e/changeset/56861
>
> Modified:
>  trunk/evas/m4/evas_check_loader.m4
>
> Modified: trunk/evas/m4/evas_check_loader.m4
> ===================================================================
> --- trunk/evas/m4/evas_check_loader.m4        2011-02-09 17:22:45 UTC (rev 
> 56860)
> +++ trunk/evas/m4/evas_check_loader.m4        2011-02-09 17:53:00 UTC (rev 
> 56861)
> @@ -114,7 +114,7 @@
>       [jpeg_CreateDecompress],
>       [
>         evas_image_loader_[]$1[]_libs="-ljpeg"
> -        AC_COMPILE_IFELSE([[
> +        AC_COMPILE_IFELSE([AC_LANG_SOURCE([
>                           #include <stdio.h>
>                           #include <jpeglib.h>
>                           #include <setjmp.h>
> @@ -122,7 +122,7 @@
>                           struct jpeg_decompress_struct decomp;
>                           decomp.region_x = 0;
>                           }
> -                        ]],
> +                        ])],
>                         [have_jpeg_region="yes"],
>                         [have_jpeg_region="no"])
>       ],
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to