Report perf integration status at configure
[lttng-ust.git] / configure.ac
index 9ab765011063815371e58a07b7437e358ebdf7b0..3e443132fa9d6b173e44766a401b09227c00dd93 100644 (file)
@@ -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)
 
This page took 0.022759 seconds and 4 git commands to generate.