X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=fa3534ad422a835ed62d7ad54455b824eb0612d7;hb=82510623c363d35d7153cfe164223dfc0ac76d55;hp=1aed41ed14457b4efcc985876047ed7c5792e56a;hpb=a4e997a359978fd73cb74725414adcacfb546acb;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 1aed41ed1..fa3534ad4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.7.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.7.4],[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],