Test: load --override-url
[lttng-tools.git] / configure.ac
index 810e1f19dc51ec35482b200d6fb723f5bd0d80de..ab72dbe5e4f1d2807b6b3ffcd846a453d4e59dbe 100644 (file)
@@ -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
This page took 0.024184 seconds and 5 git commands to generate.