summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-03-11 21:09:54 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-03-11 21:09:54 -0700
commitef2ae2a4e88e73491f7784a0119af7a029f701b8 (patch)
tree9cb8bd14a89405ce3d70129ef40febfb2f104b1b /configure.ac
parent04bdae759717d20b05e23681bd5ceb90f9260f72 (diff)
parent17889f9cc4ee7e7aae656800eb340744651684d7 (diff)
downloadipacfg-mgr-ef2ae2a4e88e73491f7784a0119af7a029f701b8.tar.gz
Merge "Fix include path to point to sysroot"
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f826305..e77b4f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,9 @@ AC_PROG_CC
AC_PROG_LIBTOOL
AC_PROG_CXX
+PKG_CHECK_MODULES([LIBXML], [libxml-2.0])
+AC_SUBST([LIBXML_CFLAGS])
+AC_SUBST([LIBXML_LIBS])
# Checks for libraries.