summaryrefslogtreecommitdiffstats
path: root/heal/src
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2018-07-30 17:15:35 +0200
committerAmar Tumballi <amarts@redhat.com>2018-08-16 06:55:21 +0000
commitfa2f092709a6a2d91213cb3410fc5b5109d84646 (patch)
tree1238bc8947fee3bb97e1857bc1127efe5ceabd69 /heal/src
parent90b102fa0361523a706a25c85b56ee6f536f6277 (diff)
build: use standard PKG_CHECK_MODULES for libxml2 availability
In case the development parts of libxml2 are not installed, it was required to re-run ./autogen.sh to cleanup the cached values for the check. This is not nice towards users. By using the standard PKG_CHECK_MODULES for libxml-2.0 the results of the check are not cached and will be probed again when running ./configure. Change-Id: I3c4586e5555a521be5d4fb61bdb873ae0317311a Fixes: bz#1599219 Reported-by: Sachidananda Urs <surs@redhat.com> Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'heal/src')
-rw-r--r--heal/src/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/heal/src/Makefile.am b/heal/src/Makefile.am
index e3bec6b7b1e..f04a294cc56 100644
--- a/heal/src/Makefile.am
+++ b/heal/src/Makefile.am
@@ -19,10 +19,9 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) \
-I$(top_builddir)/rpc/xdr/src\
-I$(top_srcdir)/api/src\
-DDATADIR=\"$(localstatedir)\" \
- -DSBIN_DIR=\"$(sbindir)\" \
- $(XML_CPPFLAGS)
+ -DSBIN_DIR=\"$(sbindir)\"
-AM_CFLAGS = -Wall $(GF_CFLAGS)
+AM_CFLAGS = -Wall $(GF_CFLAGS) $(XML_CFLAGS)
CLEANFILES =