Skip to content
Snippets Groups Projects
Commit d5fe8f98 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Add -lurcu to liburcu_LIBS when we don't have liburcu.pc

parent 0df67607
No related branches found
No related tags found
1 merge request!379libknot unified
......@@ -223,6 +223,7 @@ AS_IF([test "$with_urcu" != "no"], [
AC_SEARCH_LIBS([rcu_set_pointer_sym], [urcu], [
with_urcu=yes
liburcu_LIBS="$liburcu_LIBS -lurcu"
AC_SUBST([liburcu_CFLAGS])
AC_SUBST([liburcu_LIBS])
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment