Add a dependency to libxml2
[lttng-tools.git] / configure.ac
index 65503a3ffc12de1f71c751aa6a16dd4405d6a3b2..4dfd37c31ad89af54b99dbacbe4e65fe0b9e7ecf 100644 (file)
@@ -144,6 +144,8 @@ AC_CHECK_LIB([popt], [poptGetContext], [],
        [AC_MSG_ERROR([Cannot find libpopt. Use [LDFLAGS]=-Ldir to specify its location.])]
 )
 
+AM_PATH_XML2(2.7.6)
+
 # Check for libuuid
 AC_CHECK_LIB([uuid], [uuid_generate],
 [
This page took 0.024117 seconds and 5 git commands to generate.