X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=e445a327831b31e8deb76c8d5c5a59c33d9e34c8;hb=42b06fc206202e96e260f2870ccc12eeefaac7b1;hp=e5f4a6c6cc633869015d10d830dc0cc1e19d1112;hpb=71615260f4e0d7a58bf64a837c081af2d155ef9d;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index e5f4a6c6c..e445a3278 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools], [2.0-pre12], [david.goulet@polymtl.ca], ,[http://lttng.org]) +AC_INIT([lttng-tools], [2.0-pre13], [david.goulet@polymtl.ca], ,[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -30,6 +30,11 @@ AC_CHECK_DECL([cds_list_add], [], [AC_MSG_ERROR([liburcu $liburcu_version or newer is needed])], [[#include ]] ) +# Check liburcu +AC_CHECK_DECL([caa_get_cycles], [], + [AC_MSG_ERROR([liburcu liburcu_version or newer is needed])], [[#include ]] +) + AC_CHECK_DECL([cds_wfq_init], [], [AC_MSG_ERROR([liburcu $liburcu_version or newer is needed])], [[#include ]] ) @@ -66,6 +71,7 @@ AC_SUBST(DEFAULT_INCLUDES) AC_CONFIG_FILES([ Makefile include/Makefile + benchmark/Makefile libkernelctl/Makefile liblttngkconsumerd/Makefile liblttngctl/Makefile