X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=727e58f3d5538069df16bb2c702ca7969472615c;hb=4b68c31f1859175d2bd4e1b42f1b7d301e84760f;hp=08ca3b6587438405864385dcfaf96e78b0a69237;hpb=364979886a80f7c993b3210af48a93f7d65f4530;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 08ca3b65..727e58f3 100644 --- a/configure.ac +++ b/configure.ac @@ -247,6 +247,9 @@ AC_CHECK_LIB([urcu-bp], [synchronize_rcu_bp], [], [AC_MSG_ERROR([Cannot find lib # 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.])]) +# numa - check that numa lib is available +AC_CHECK_LIB([numa], [numa_available], [], [AC_MSG_ERROR([libnuma is required, please install it (e.g. libnuma-dev) or use [LDFLAGS]=-Ldir to specify the right location.])]) + # optional linux/perf_event.h AC_CHECK_HEADERS([linux/perf_event.h], [have_perf_event=yes], [])