X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=727e58f3d5538069df16bb2c702ca7969472615c;hb=227876873b40ac23c909f5d45e1691aff7152452;hp=08ca3b6587438405864385dcfaf96e78b0a69237;hpb=553bbf7f38652084ed7966c7817b8ccb372b14e1;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], [])