1
0
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:
David Disseldorp 2020-11-06 14:04:19 +01:00 committed by Jeremy Allison
parent 604153525a
commit 7b479c3198

View File

@ -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')