Clean-up: remove unnecessary autoconf variable substitution
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 4 Oct 2016 21:16:01 +0000 (17:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 5 Oct 2016 22:31:22 +0000 (18:31 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac

index a41d396ffd97ff5c3b3fe91dfa1cba56779e8f84..29eb2980396a8cdaeabb35e2151c6d147eb56c68 100644 (file)
@@ -321,8 +321,6 @@ PKG_CHECK_MODULES([POPT], [popt],
 )
 
 PKG_CHECK_MODULES([libxml2], [libxml-2.0 >= 2.7.6])
-AC_SUBST([XML_CFLAGS])
-AC_SUBST([XML_LIBS])
 
 # Check for libuuid
 PKG_CHECK_MODULES([UUID], [uuid],
This page took 0.026127 seconds and 4 git commands to generate.