X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=40198a630e72ab75462046db4f81e21b0529b9b1;hb=4a3a81ecdf4bf70a04c4b683222df9b6e655739f;hp=358bcb61036cfb04533dc0b630543ef150db6a42;hpb=d11e0dba0df9024b8613c51e167a379b91e8b20b;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 358bcb610..40198a630 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.8.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.8.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -320,7 +320,7 @@ PKG_CHECK_MODULES([POPT], [popt], ] ) -AM_PATH_XML2(2.7.6, true, AC_MSG_ERROR(No supported version of libxml2 found.)) +PKG_CHECK_MODULES([libxml2], [libxml-2.0 >= 2.7.6]) # Check for libuuid PKG_CHECK_MODULES([UUID], [uuid],