X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=0bd11f36ff20e666b8a4d78aa849b196b3b71737;hb=25afb7acba09668c22c9709ff344c4dd92bad1e2;hp=a987d95c18867f7ccd25f2668522cc53d33dddce;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index a987d95c..0bd11f36 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_DEFINE([CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR], [UST_LIB_V_MAJOR], [Major SO # This is the library version of liblttng-ust-ctl, used internally by # liblttng-ust, lttng-sessiond, and lttng-consumerd. -AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [4:0:0]) +AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], [5:0:0]) AC_CONFIG_HEADERS([include/config.h include/lttng/ust-config.h]) AC_CONFIG_AUX_DIR([config]) @@ -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"], [