From: David Disseldorp Date: Fri, 6 Nov 2020 13:04:19 +0000 (+0100) Subject: build: put quotes around '!vfs_snapper' module instructions X-Git-Tag: talloc-2.3.2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b479c31983ad819c758176f1824a012095b03a4;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison --- diff --git a/source3/wscript b/source3/wscript index 8829ce880cd..bbd53358359 100644 --- a/source3/wscript +++ b/source3/wscript @@ -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')