Re: [PATCH wayland] scanner: Move PROGRAM_NAME define

2016-06-07 Thread Derek Foreman
On 07/06/16 10:19 AM, Yong Bakos wrote: > From: Yong Bakos > > PROGRAM_NAME was defined within the if block of HAVE_LIBXML, causing a > compilation failure when libxml is not present. > > Move the define of PROGRAM_NAME out of the if block. > > Signed-off-by: Yong Bakos Thanks for the quick f

[PATCH wayland] scanner: Move PROGRAM_NAME define

2016-06-07 Thread Yong Bakos
From: Yong Bakos PROGRAM_NAME was defined within the if block of HAVE_LIBXML, causing a compilation failure when libxml is not present. Move the define of PROGRAM_NAME out of the if block. Signed-off-by: Yong Bakos --- src/scanner.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d