From: Mathieu Desnoyers Date: Fri, 10 Jun 2011 22:26:49 +0000 (-0400) Subject: Remove unneeded liburcu symbol check X-Git-Tag: v2.0-pre1~82 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=bd5bb7089d7b2a6e1d082a16abee82b5544e2c0f;hp=bd5bb7089d7b2a6e1d082a16abee82b5544e2c0f;p=lttng-tools.git Remove unneeded liburcu symbol check synchronize_rcu symbol is going away with userspace rcu 0.6. lttng-tools is not using this library directly anyway, just the list header provided by urcu. Therefore only check for the list header. Signed-off-by: Mathieu Desnoyers ---