X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=configure.ac;h=8a3974ff65cc953b8e00650b01b0dd7be9e73201;hp=73e95bb8bacc55458cf01762840840f925f5e5be;hb=cacb7fbe9c619d776254b469c8f807e8695d4a95;hpb=2a93485bbdcde8c4f6a4b3b30d3b283f67c5bbd2 diff --git a/configure.ac b/configure.ac index 73e95bb..8a3974f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,8 @@ AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol]) # URCU # urcu - check if we just find the headers it out of the box. -AC_CHECK_HEADERS([urcu-bp.h], [], [AC_MSG_ERROR([Cannot find [URCU] headers (urcu-bp.h). Use [CFLAGS]=-Idir to specify their location.])]) +AC_CHECK_HEADERS([urcu-bp.h], [], [AC_MSG_ERROR([Cannot find [URCU] headers (urcu-bp.h). Use [CFLAGS]=-Idir to specify their location. +This error can also occur when the liburcu package's configure script has not been run.])]) # urcu - check that URCU lib is available to compilation AC_CHECK_LIB([urcu-bp], [synchronize_rcu], [], [AC_MSG_ERROR([Cannot find liburcu-bp lib. Use [LDFLAGS]=-Ldir to specify its location.])])