X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=dd7dddc818251b07cc040a21787b11d595d2836c;hp=810e1f19dc51ec35482b200d6fb723f5bd0d80de;hb=04151c371f67ad69919159ff0fb74c67f12149fd;hpb=707de922fab70af1b4238c33359b77d1ebd1ee34 diff --git a/configure.ac b/configure.ac index 810e1f19d..dd7dddc81 100644 --- a/configure.ac +++ b/configure.ac @@ -324,7 +324,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 uuid in system libs AC_CHECK_FUNCS([uuid_generate],