Re: [PATCH weston 09/11] configure.ac: Protect AC_PATH_PROG variables

2013-12-16 Thread Kristian Høgsberg
On Sun, Dec 08, 2013 at 07:45:41PM +0100, Quentin Glidic wrote: > From: Quentin Glidic The AC_ARG_VAR additions look useful, but again, I don't like the superfluous quoting. Kristian > Signed-off-by: Quentin Glidic > --- > configure.ac | 6 -- > 1 file changed, 4 insertions(+), 2 deletion

[PATCH weston 09/11] configure.ac: Protect AC_PATH_PROG variables

2013-12-08 Thread Quentin Glidic
From: Quentin Glidic Signed-off-by: Quentin Glidic --- configure.ac | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4f3e314..4e76a2c 100644 --- a/configure.ac +++ b/configure.ac @@ -516,13 +516,15 @@ if test "x$have_lcms" = "xyes"; the