X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=ab72dbe5e4f1d2807b6b3ffcd846a453d4e59dbe;hp=810e1f19dc51ec35482b200d6fb723f5bd0d80de;hb=192ac418bed152e8655e250e723d3c6b8814c747;hpb=707de922fab70af1b4238c33359b77d1ebd1ee34 diff --git a/configure.ac b/configure.ac index 810e1f19d..ab72dbe5e 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], @@ -992,6 +992,7 @@ AC_CONFIG_FILES([ tests/regression/tools/live/Makefile tests/regression/tools/exclusion/Makefile tests/regression/tools/save-load/Makefile + tests/regression/tools/save-load/configuration/Makefile tests/regression/tools/mi/Makefile tests/regression/tools/wildcard/Makefile tests/regression/tools/crash/Makefile