diff --git a/configure b/configure index c0a542b4895568b8fa3941aac10ba0fcf90fe8d4..319355b5c8f5e195fd59a43eddc12b23b53d89dd 100755 --- a/configure +++ b/configure @@ -2672,7 +2672,7 @@ if test "$trace_backend" = "ust"; then int main(void) { return 0; } EOF if compile_prog "" "" ; then - LIBS="-lust $LIBS" + LIBS="-lust -lurcu-bp $LIBS" else echo echo "Error: Trace backend 'ust' missing libust header files"