Skip to content

build: toggle vfs_snapper using --with-shared-modules

7ae03a19 ("build: add configure option to control vfs_snapper build") added new --enable-snapper and --disable-snapper configure parameters to control whether the vfs_snapper module was built. The new parameters conflicted with existing --with-shared-modules=[!]vfs_snapper behaviour.

This change reinstates working --with-shared-modules=[!]vfs_snapper functionality. vfs_snapper remains enabled by default. Those lacking the dbus library and header files should explicitly disable the module via --with-shared-modules=!vfs_snapper as documented.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=14437

Signed-off-by: David Disseldorp ddiss@samba.org

Merge request reports