X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=6222e2bf0e1cc6640d78e5c7ee4f50892fae6aff;hp=d6149feae898b2aa9a8737796065e0359a3fd257;hb=d8ed06afceb2d0517633814f7f2a04f69ac71da6;hpb=f9c59cd0ed7d63a1cf988361eca6faf307e0f9a7 diff --git a/configure.ac b/configure.ac index d6149feae..6222e2bf0 100644 --- a/configure.ac +++ b/configure.ac @@ -394,7 +394,7 @@ AC_ARG_WITH(kmod-prefix, AC_ARG_ENABLE(kmod, AS_HELP_STRING([--disable-kmod],[build without kmod support]), - kmod_support=zz$enableval, kmod_support=yes) + kmod_support=$enableval, kmod_support=yes) AS_IF([test "x$kmod_support" = "xyes"], [ AC_CHECK_LIB([kmod], [kmod_module_probe_insert_module], @@ -980,7 +980,8 @@ AC_CONFIG_FILES([ tests/regression/tools/mi/Makefile tests/regression/tools/wildcard/Makefile tests/regression/tools/crash/Makefile - tests/regression/tools/metadata-regen/Makefile + tests/regression/tools/regen-metadata/Makefile + tests/regression/tools/regen-statedump/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile