Re: [PATCH weston] autoconf: Fix AC_MSG_RESULT message when disabling features

2017-01-03 Thread Daniel Stone
Hi, On 4 December 2016 at 21:34, Emmanuel Gil Peyrot wrote: > Some variables were previously only set inside conditions, making their > output empty. Pushed with review, thanks! To ssh://git.freedesktop.org/git/wayland/weston b8b150b..226408d push -> master Cheers, Daniel _

[PATCH weston] autoconf: Fix AC_MSG_RESULT message when disabling features

2016-12-04 Thread Emmanuel Gil Peyrot
Some variables were previously only set inside conditions, making their output empty. Signed-off-by: Emmanuel Gil Peyrot --- configure.ac | 6 ++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 1e251bf..8aba62c 100644 --- a/configure.ac +++ b/configure.ac @@ -