Fix: configure.ac: reporting SDT uprobe as a UST feature
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 30 Sep 2021 18:43:11 +0000 (14:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 29 Oct 2021 20:45:43 +0000 (16:45 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I86638d6a148b04e7131e4af7ec830c5e56817fdc

configure.ac

index 27148c10583e37387b160983e7af581b774dfe5f..e6b0d8e5a8814d81186f43751c2d508b2a78b09f 100644 (file)
@@ -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
This page took 0.027502 seconds and 4 git commands to generate.