X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=7c592ad2f3e4b00798528d2c6a208ffdc021145c;hb=refs%2Fheads%2Fstable-2.7;hp=b577d55b2c2ce39727b5de7a9fa5a3e9825297b5;hpb=3e83b4aaf634df43ec3654346618eb49af9a04bc;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index b577d55b2..7c592ad2f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.7.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.7.6],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -264,7 +264,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],