Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-17 Thread Quentin Glidic
On 17/12/2013 01:58, Kristian Høgsberg wrote: Typo here, should be $ac_cv_search_jpeg_CreateDecompress. Yeah. A new version with a one-line macro (created for Weston) was sent. I will send it again with the next roll of the series. -- Quentin “Sardem FF7” Glidic ___

Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-16 Thread Kristian Høgsberg
On Sun, Dec 08, 2013 at 07:45:35PM +0100, Quentin Glidic wrote: > From: Quentin Glidic > > AC_SEARCH_LIBS is preferred over AC_CHECK_FUNC and AC_CHECK_LIB > > Signed-off-by: Quentin Glidic > --- > configure.ac | 37 + > 1 file changed, 21 insertions(+), 16 d

Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-10 Thread Quentin Glidic
On 10/12/2013 10:57, Ander Conselvan de Oliveira wrote: On 12/09/2013 12:44 PM, Quentin Glidic wrote: On 09/12/2013 11:28, Ander Conselvan de Oliveira wrote: I am trusting the Autoconf manual[1] on this one. Basically, the double-check we are doing for dlopen is exactly what AC_SEARCH_LIBS is do

Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-10 Thread Ander Conselvan de Oliveira
On 12/09/2013 12:44 PM, Quentin Glidic wrote: On 09/12/2013 11:28, Ander Conselvan de Oliveira wrote: On 12/08/2013 08:45 PM, Quentin Glidic wrote: From: Quentin Glidic AC_SEARCH_LIBS is preferred over AC_CHECK_FUNC and AC_CHECK_LIB Why is it preferred? I am trusting the Autoconf manual[1

Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-09 Thread Quentin Glidic
On 09/12/2013 11:28, Ander Conselvan de Oliveira wrote: On 12/08/2013 08:45 PM, Quentin Glidic wrote: From: Quentin Glidic AC_SEARCH_LIBS is preferred over AC_CHECK_FUNC and AC_CHECK_LIB Why is it preferred? I am trusting the Autoconf manual[1] on this one. Basically, the double-check we

Re: [PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-09 Thread Ander Conselvan de Oliveira
On 12/08/2013 08:45 PM, Quentin Glidic wrote: From: Quentin Glidic AC_SEARCH_LIBS is preferred over AC_CHECK_FUNC and AC_CHECK_LIB Why is it preferred? Signed-off-by: Quentin Glidic --- configure.ac | 37 + 1 file changed, 21 insertions(+), 16 delet

[PATCH weston 03/11] configure.ac: Correctly check for functions and libraries

2013-12-08 Thread Quentin Glidic
From: Quentin Glidic AC_SEARCH_LIBS is preferred over AC_CHECK_FUNC and AC_CHECK_LIB Signed-off-by: Quentin Glidic --- configure.ac | 37 + 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 40ae145..c169311 100