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