X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=b12d937f9e2b85b432fa66e46ddc1b900b7ecb93;hb=abfc9c9b42c8cafee93f23ddb70a19f3cce21985;hp=74a471b34a8be41d040f1607b77040b596d72a2a;hpb=0306fc4e8324f94adadc5e8146008cdf607d6d2c;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 74a471b34..b12d937f9 100644 --- a/configure.ac +++ b/configure.ac @@ -204,7 +204,7 @@ AS_IF([test "x$libtool_fixup" = "xyes"], [ libtool_m4="$srcdir/m4/libtool.m4" libtool_flag_pattern=".*link_all_deplibs\s*,\s*\$1\s*)" - AC_MSG_CHECKING([for occurence(s) of link_all_deplibs = no in $libtool_m4]) + AC_MSG_CHECKING([for occurrence(s) of link_all_deplibs = no in $libtool_m4]) libtool_flag_pattern_count=$($GREP -c "$libtool_flag_pattern\s*=\s*no" $libtool_m4) AS_IF([test $libtool_flag_pattern_count -ne 0], [ @@ -1299,9 +1299,9 @@ PPRINT_PROP_BOOL([LTTng-UST Python2 agent tests], $value) test ! -z "$PYTHON3_AGENT" && value=1 || value=0 PPRINT_PROP_BOOL([LTTng-UST Python3 agent tests], $value) -# LTTng UST Java agent Log4j tests enabled/disabled +# userspace-probe SDT instrumentation tests enabled/disabled test "x$test_sdt_uprobe" = "xyes" && value=1 || value=0 -PPRINT_PROP_BOOL([LTTng-UST SDT uprobe tests], $value) +PPRINT_PROP_BOOL([LTTng-modules SDT uprobe tests], $value) #Python binding enabled/disabled test "x$enable_python_binding" = xyes && value=1 || value=0