X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=3e443132fa9d6b173e44766a401b09227c00dd93;hb=3207efeef9d6550e2c811c814c574e7cabb6f368;hp=9ab765011063815371e58a07b7437e358ebdf7b0;hpb=37b3de59bcd96baf15c2361d64b47e4f20495fa4;p=lttng-ust.git 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)