X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=b12d937f9e2b85b432fa66e46ddc1b900b7ecb93;hb=5b770521bbf951df78c52ea4c2b7cf9e0dc1bd5e;hp=33b69e43a5c109308e16816475acbe149d12e29c;hpb=1a29977872e79eca9312cc8d410cf33f433e521b;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 33b69e43a..b12d937f9 100644 --- a/configure.ac +++ b/configure.ac @@ -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