X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=358bcb61036cfb04533dc0b630543ef150db6a42;hb=2c0353f7892db142081bcc3a7451d81ab38d16b1;hp=ec1f7a07cae71ab6ca21e97fc874f69dfed1292f;hpb=f7bdc8582f0571b680c66339204a986c3e4a7fe4;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index ec1f7a07c..358bcb610 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]) @@ -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],