Re: [PATCH weston 05/11] configure.ac: Use consistent quoting

2013-12-17 Thread Quentin Glidic
On 17/12/2013 02:01, Kristian Høgsberg wrote: On Sun, Dec 08, 2013 at 07:45:37PM +0100, Quentin Glidic wrote: If we need to be consistent, can we not quote at all? Surely xyes doesn't need to be quoted. And what could ever set something like $enable_egl to something with spaces in it? Is there

Re: [PATCH weston 05/11] configure.ac: Use consistent quoting

2013-12-16 Thread Kristian Høgsberg
On Sun, Dec 08, 2013 at 07:45:37PM +0100, Quentin Glidic wrote: > From: Quentin Glidic If we need to be consistent, can we not quote at all? Surely xyes doesn't need to be quoted. And what could ever set something like $enable_egl to something with spaces in it? Is there a real reason for this

[PATCH weston 05/11] configure.ac: Use consistent quoting

2013-12-08 Thread Quentin Glidic
From: Quentin Glidic Also avoid "==" Bashisms Signed-off-by: Quentin Glidic --- configure.ac | 74 ++-- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/configure.ac b/configure.ac index 5b7c847..daf81eb 100644 --- a/config