Merge branch 'master' into benchmark
[lttng-tools.git] / configure.ac
index f5e4c366ab30450000304968667bf7ab484c5ed2..e4084aed308d7ab1b7ec341a8b5f9955be1ccaba 100644 (file)
@@ -57,6 +57,11 @@ AC_CHECK_LIB([popt], [poptGetContext], [],
        [AC_MSG_ERROR([Cannot find libpopt. Use [LDFLAGS]=-Ldir to specify its location.])]
 )
 
+# Needed for benchmark time
+AC_CHECK_DECL([caa_get_cycles], [],
+       [AC_MSG_ERROR([liburcu liburcu_version or newer is needed])], [[#include <urcu/arch.h>]]
+)
+
 # URCU library version needed or newer
 liburcu_version=">= 0.6.6"
 
@@ -132,6 +137,7 @@ AC_SUBST(DEFAULT_INCLUDES)
 AC_CONFIG_FILES([
        Makefile
        include/Makefile
+       benchmark/Makefile
        libkernelctl/Makefile
        liblttng-consumer/Makefile
        liblttng-kconsumer/Makefile
This page took 0.026229 seconds and 4 git commands to generate.