Displaying 1 result from an estimated 1 matches for "have_nbd_plugin".
2020 Mar 19
1
[nbdkit PATCH] nbd: Drop nbd-standalone fallback
..."x"])
-dnl Also you can disable the whole nbd plugin.
+dnl For backwards compatibilty, we have a second way to disable the nbd plugin.
AC_ARG_ENABLE([nbd-plugin],
[AS_HELP_STRING([--disable-nbd-plugin], [disable nbd plugin])],
[],
[enable_nbd_plugin=yes])
-AM_CONDITIONAL([HAVE_NBD_PLUGIN],[test "x$enable_nbd_plugin" = "xyes"])
+AM_CONDITIONAL([HAVE_LIBNBD],
+ [test "x$LIBNBD_LIBS" != "x" && test "x$enable_nbd_plugin" = "xyes"])
dnl Check for liblzma (only if you want to compile the xz filter).
AC_ARG_WITH([libl...