cleanup: remove urcu_bp dependency from ust tests
[lttng-tools.git] / configure.ac
index 0da5a04e4f79b83c56c77be4f719d390ccc07de7..496c55ad1671dedc78d128d1da07e683865aef99 100644 (file)
@@ -44,6 +44,7 @@ AX_APPEND_COMPILE_FLAGS([ dnl
                -Wold-style-definition dnl
                -Wstrict-prototypes dnl
                -Wshadow dnl
+               -Wno-gnu-folding-constant dnl
        ],
        [WARN_CFLAGS],
        [-Werror])
@@ -487,7 +488,6 @@ AC_CHECK_FUNC([clock_gettime], [AC_DEFINE_UNQUOTED([LTTNG_HAVE_CLOCK_GETTIME], 1
 
 # URCU library version needed or newer
 PKG_CHECK_MODULES([URCU], [liburcu >= 0.11])
-PKG_CHECK_MODULES([URCU_BP], [liburcu-bp >= 0.11])
 PKG_CHECK_MODULES([URCU_CDS], [liburcu-cds >= 0.11])
 AM_CPPFLAGS="$AM_CPPFLAGS $URCU_CFLAGS"
 
@@ -1151,6 +1151,7 @@ AC_CONFIG_FILES([
        tests/regression/tools/trigger/start-stop/Makefile
        tests/regression/tools/trigger/utils/Makefile
        tests/regression/tools/trigger/name/Makefile
+       tests/regression/tools/trigger/hidden/Makefile
        tests/regression/ust/Makefile
        tests/regression/ust/nprocesses/Makefile
        tests/regression/ust/high-throughput/Makefile
@@ -1197,6 +1198,7 @@ AC_CONFIG_FILES([
        tests/utils/testapp/userspace-probe-elf-binary/Makefile
        tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile
        tests/utils/testapp/userspace-probe-sdt-binary/Makefile
+       tests/utils/xml-utils/Makefile
 ])
 
 # Inject variable into python test script.
This page took 0.022643 seconds and 4 git commands to generate.