jjb: liburcu: Use "--enable-rcu-debug" when version >=0.10
[lttng-ci.git] / scripts / liburcu / build.sh
index 20187c4b016956c19774a0ca767c60ad9a3bde56..b9e9e0143836937a59787de2b5ae4c2932ff144a 100755 (executable)
@@ -149,8 +149,8 @@ tls_fallback)
 
 debug-rcu)
     echo "Enable RCU sanity checks for debugging"
-    if vergt "$PACKAGE_VERSION" "0.9"; then
-       CONF_OPTS="--enable-debug-rcu"
+    if vergte "$PACKAGE_VERSION" "0.10"; then
+       CONF_OPTS="--enable-rcu-debug"
     else
        CFLAGS="$CFLAGS -DDEBUG_RCU"
     fi
This page took 0.022307 seconds and 4 git commands to generate.