summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-08 00:10:42 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-09 16:31:03 +0100
commit7886de305809e265cd2126d39912147131d3a004 (patch)
tree2730ca91aec3db7631780924b0de3753ef9df2e0 /config_host
parent032a3e3713af3e308229bd8e1ada17d6d24072f3 (diff)
gpg4libre: check if we can really verify OpenPGP signatures
And disable unit tests otherwise Change-Id: I32e1d8d2f8b0013d9cb43b78a55d23a1a29a8e8d Reviewed-on: https://gerrit.libreoffice.org/46057 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_gpgme.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_gpgme.h.in b/config_host/config_gpgme.h.in
index a8435bd0aa43..7e46f3703ec3 100644
--- a/config_host/config_gpgme.h.in
+++ b/config_host/config_gpgme.h.in
@@ -16,6 +16,9 @@
// Defined if gpgme support is available
#define HAVE_FEATURE_GPGME 0
+// Defined if gpg and gpgme signature verification is available
+#define HAVE_FEATURE_GPGVERIFY 0
+
#if HAVE_FEATURE_GPGME
# include "config_lgpl.h"
#endif