mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
build: put quotes around '!vfs_snapper' module instructions
Otherwise the exclamation may get swallowed by shell, leading to further confusion. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
604153525a
commit
7b479c3198
@ -2142,7 +2142,7 @@ main() {
|
||||
and conf.CHECK_HEADERS('dbus/dbus.h', lib='dbus-1')
|
||||
and conf.CHECK_LIB('dbus-1', shlib=True))):
|
||||
conf.fatal("vfs_snapper is enabled but prerequisite dbus-1 package not "
|
||||
"found. Use --with-shared-modules=!vfs_snapper to disable "
|
||||
"found. Use --with-shared-modules='!vfs_snapper' to disable "
|
||||
"vfs_snapper support.")
|
||||
|
||||
conf.SAMBA_CONFIG_H('include/config.h')
|
||||
|
Loading…
Reference in New Issue
Block a user