From c9a0fa956289538215834c76bad3942d34b3c9bb Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 30 Sep 2021 14:43:11 -0400 Subject: [PATCH] Fix: configure.ac: reporting SDT uprobe as a UST feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I86638d6a148b04e7131e4af7ec830c5e56817fdc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1