use liburcu-bp
[ust.git] / configure.ac
index 21e00b5855651423b4035bcce64af70cfc53d86e..9bf9c2ceb2d77989471ff82a8cfbd7dba401867c 100644 (file)
@@ -53,7 +53,7 @@ AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol])
 AC_ARG_WITH(urcu, [  --with-urcu path        Path to userspace RCU source], [
        AC_CHECK_FILE(["$withval/urcu.h"], [
                URCU_CFLAGS="-I$withval"
-               URCU_LIBS="-L$withval -lurcu" ],
+               URCU_LIBS="-L$withval -lurcu-bp" ],
                AC_MSG_ERROR([Cannot find urcu.h in urcu directory]))
 ], [
        PKG_CHECK_MODULES(URCU, [liburcu], , [
@@ -81,8 +81,13 @@ AC_CONFIG_FILES([
        tests/Makefile
        tests/hello/Makefile
        tests/hello2/Makefile
+       tests/basic/Makefile
+       tests/basic_long/Makefile
+       tests/fork/Makefile
        libmallocwrap/Makefile
+       libinterfork/Makefile
        ustd/Makefile
        ust/Makefile
+       java/Makefile
 ])
 AC_OUTPUT
This page took 0.026874 seconds and 4 git commands to generate.