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
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