]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
build: Add hints on what libraries to install for gpgme support on failure
authorAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jun 2016 22:35:16 +0000 (10:35 +1200)
committerStefan Metzmacher <metze@samba.org>
Fri, 22 Jul 2016 17:51:08 +0000 (19:51 +0200)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Jul 22 19:51:09 CEST 2016 on sn-devel-144

source4/dsdb/samdb/ldb_modules/wscript

index 65f36ac15b46b810f6e00e16213eaad530765ab9..47fde74a2ab2ec81664d97fb0f7cde4dc4683e8a 100644 (file)
@@ -27,6 +27,6 @@ def configure(conf):
 
         if not conf.CONFIG_SET('ENABLE_GPGME'):
             if Options.options.with_gpgme == True:
-                conf.fatal('GPGME support requested, but no suitable GPGME library found')
+                conf.fatal('GPGME support requested, but no suitable GPGME library found, eg libgpgme11-dev and python-gpgme')
             else:
                 Logs.warn('no suitable GPGME library found')