X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=a41d396ffd97ff5c3b3fe91dfa1cba56779e8f84;hb=54c56aa93e157eb11afca68b7daf2c30ab08699f;hp=e6370a4605c1c09b2ef9ae82f52a9f70365d5861;hpb=4099983eddc96a9f1f5900e5f98091f36abc67da;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index e6370a460..a41d396ff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.8.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.8.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) @@ -320,7 +320,9 @@ 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]) +AC_SUBST([XML_CFLAGS]) +AC_SUBST([XML_LIBS]) # Check for libuuid PKG_CHECK_MODULES([UUID], [uuid],