Update URCU detection to correctly check for a 0.7 version
[lttng-tools.git] / configure.ac
index d8a69250743ac2b49ebdcb92b61c9f70ab5d3ebe..36c4ae14d1c46eb541f615ee3f563df4afa9d14b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.2.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.2.0],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
@@ -162,6 +162,10 @@ AC_CHECK_DECL([rcu_thread_online], [],
 AC_CHECK_DECL([caa_likely], [],
        [AC_MSG_ERROR([liburcu $liburcu_version or newer is needed])], [[#include <urcu.h>]]
 )
+#Function added in urcu 0.7.0
+AC_CHECK_DECL([cmm_smp_mb__before_uatomic_or], [],
+        [AC_MSG_ERROR([liburcu $liburcu_version or newer is needed])], [[#include <urcu.h>]]
+)
 
 AC_ARG_WITH(lttng-ust-prefix,
   AS_HELP_STRING([--with-lttng-ust-prefix=PATH],
@@ -333,6 +337,7 @@ AC_CONFIG_FILES([
        tests/regression/tools/filtering/Makefile
        tests/regression/tools/health/Makefile
        tests/regression/tools/tracefile-limits/Makefile
+       tests/regression/tools/snapshots/Makefile
        tests/regression/ust/Makefile
        tests/regression/ust/nprocesses/Makefile
        tests/regression/ust/high-throughput/Makefile
This page took 0.023011 seconds and 4 git commands to generate.