jjb: liburcu: Use "--enable-rcu-debug" when version >=0.10
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 25 Jan 2017 22:03:08 +0000 (17:03 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 25 Jan 2017 22:03:08 +0000 (17:03 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/liburcu/build.sh

index 0e20d23ecf2e1f53698bbbad63f70aa9c228fe45..b9e9e0143836937a59787de2b5ae4c2932ff144a 100755 (executable)
@@ -149,7 +149,7 @@ tls_fallback)
 
 debug-rcu)
     echo "Enable RCU sanity checks for debugging"
-    if vergt "$PACKAGE_VERSION" "0.9"; then
+    if vergte "$PACKAGE_VERSION" "0.10"; then
        CONF_OPTS="--enable-rcu-debug"
     else
        CFLAGS="$CFLAGS -DDEBUG_RCU"
This page took 0.022975 seconds and 4 git commands to generate.