X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=0bd11f36ff20e666b8a4d78aa849b196b3b71737;hb=ba99fbe29216df4090f308bbe805bd93db470938;hp=3c92b40749492b05ccdfefc87e6764fb58dfcde1;hpb=0a7e43d16363ddfe40b1bd86a475e4f0507cc507;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 3c92b407..0bd11f36 100644 --- a/configure.ac +++ b/configure.ac @@ -217,7 +217,6 @@ AS_CASE([$host_os], # Configuration options, which will be installed in the config.h AH_TEMPLATE([LTTNG_UST_HAVE_EFFICIENT_UNALIGNED_ACCESS], [Use efficient unaligned access.]) AH_TEMPLATE([LTTNG_UST_HAVE_SDT_INTEGRATION], [SystemTap integration via sdt.h]) -AH_TEMPLATE([LTTNG_UST_HAVE_PERF_EVENT], [Perf event integration via perf_event.h]) # Checks for libraries. AC_CHECK_LIB([dl], [dlopen], [ @@ -283,8 +282,9 @@ AC_CHECK_HEADERS([linux/perf_event.h], [have_perf_event=yes], []) # perf, using the read system call as fallback. AM_CONDITIONAL([HAVE_PERF_EVENT], [test "x$have_perf_event" = "xyes"]) +AH_TEMPLATE([HAVE_PERF_EVENT], ["Perf event integration via perf_event.h"]) AS_IF([test "x$have_perf_event" = "xyes"], [ - AC_DEFINE([LTTNG_UST_HAVE_PERF_EVENT], [1]) + AC_DEFINE([HAVE_PERF_EVENT], [1]) ]) AS_IF([test "x$NO_UNALIGNED_ACCESS" = "x"], [