From: Michael Jeanson Date: Wed, 20 Mar 2019 21:02:25 +0000 (-0400) Subject: Report perf integration status at configure X-Git-Tag: v2.12.0-rc1~49 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=3207efeef9d6550e2c811c814c574e7cabb6f368 Report perf integration status at configure Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 9ab76501..3e443132 100644 --- a/configure.ac +++ b/configure.ac @@ -615,6 +615,9 @@ PPRINT_PROP_BOOL_CUSTOM([JNI interface (JNI)], $value, [use --enable-jni-interfa test "x$python_agent" = xyes && value=1 || value=0 PPRINT_PROP_BOOL_CUSTOM([Python agent], $value, [use --enable-python-agent]) +test "x$have_perf_event" = "xyes" && value=1 || value=0 +PPRINT_PROP_BOOL_CUSTOM([Perf event integration], $value) + test "x$enable_numa" = xyes && value=1 || value=0 PPRINT_PROP_BOOL([NUMA], $value)