X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=5f27f99980d850edd0c065fc879558b7c1b03233;hb=a424659d23d52532edcbd642d5be62e1b9888477;hp=1c89512c626cbc8b01df1daf18c498ce1c34d386;hpb=d397e38a67f4f01689df224881065148a7c457d2;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 1c89512c..5f27f999 100644 --- a/configure.ac +++ b/configure.ac @@ -275,10 +275,10 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ ]) # urcu - check that URCU lib is available to compilation -AC_CHECK_LIB([urcu-bp], [synchronize_rcu_bp], [], [AC_MSG_ERROR([Cannot find liburcu-bp lib. Use [LDFLAGS]=-Ldir to specify its location.])]) +AC_CHECK_LIB([urcu-bp], [urcu_bp_synchronize_rcu], [], [AC_MSG_ERROR([Cannot find liburcu-bp 0.11 or newer. Use [LDFLAGS]=-Ldir to specify its location.])]) -# urcu - check that URCU lib is at least version 0.6 -AC_CHECK_LIB([urcu-bp], [call_rcu_bp], [], [AC_MSG_ERROR([liburcu 0.6 or newer is needed, please update your version or use [LDFLAGS]=-Ldir to specify the right location.])]) +# urcu - check that URCU lib is at least version 0.11 +AC_CHECK_LIB([urcu-bp], [urcu_bp_call_rcu], [], [AC_MSG_ERROR([liburcu 0.11 or newer is needed, please update your version or use [LDFLAGS]=-Ldir to specify the right location.])]) # numa.h integration AS_IF([test "x$NO_NUMA" = "x1"],[ @@ -547,6 +547,7 @@ AC_CONFIG_FILES([ tests/Makefile tests/ctf-types/Makefile tests/hello/Makefile + tests/hello-many/Makefile tests/hello.cxx/Makefile tests/same_line_tracepoint/Makefile tests/snprintf/Makefile