From: Francis Deslauriers Date: Thu, 30 Sep 2021 18:43:11 +0000 (-0400) Subject: Fix: configure.ac: reporting SDT uprobe as a UST feature X-Git-Tag: v2.13.2~28 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=bd26a201f125472d6dba2edcf9ae2d60f47b829c Fix: configure.ac: reporting SDT uprobe as a UST feature Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I86638d6a148b04e7131e4af7ec830c5e56817fdc --- 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