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

Fix failing search for urcu

Change-Id: Ic80408a129bf42e97b9e88392d318e89cfbad3e5
parent 0a37ccb6
No related branches found
No related tags found
No related merge requests found
......@@ -192,13 +192,12 @@ AS_IF([test "$with_urcu" != "no"], [
with_urcu=yes
break
],[
CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"
with_urcu=no
# do not cache result of AC_SEARCH_LIBS test
unset ac_cv_search_rcu_set_pointer_sym
])
CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"
done
AS_IF([test "$with_urcu" = "no"],[
......
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