jjb: liburcu: "--enable-debug-rcu" is "--enable-rcu-debug"
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 25 Jan 2017 21:51:31 +0000 (16:51 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 25 Jan 2017 21:53:09 +0000 (16:53 -0500)
scripts/liburcu/build.sh

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