X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e6b0d8e5a8814d81186f43751c2d508b2a78b09f;hb=3c4c35827bdf49a2e148829672e6ff1a9c1b1bb8;hp=27148c10583e37387b160983e7af581b774dfe5f;hpb=8f0646a03fbf31c19b85ec367dc2c3db56e6dbf7;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 27148c105..e6b0d8e5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1350,9 +1350,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