X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=3e443132fa9d6b173e44766a401b09227c00dd93;hb=db56acaff475812dfd774a52b3d54eae5c115315;hp=f9ee053fed9958eede459685883e7837f3e01780;hpb=6be9efc138f42a3247b242198d0284dfedb67a59;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f9ee053f..3e443132 100644 --- a/configure.ac +++ b/configure.ac @@ -565,6 +565,8 @@ AC_CONFIG_LINKS([ python-lttngust/lttngust/loghandler.py:python-lttngust/lttngust/loghandler.py ]) +AC_CONFIG_FILES([tests/ust-elf/test_ust_elf],[chmod +x tests/ust-elf/test_ust_elf]) + AC_OUTPUT @@ -613,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)