From 43ac50dcccdf4f1954e666d6b18452b37a19d31e Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Wed, 22 Nov 2017 19:06:26 +0100 Subject: gpg4libre: conditional-compile gpgme code Change-Id: I1d139a7b6df271d61bedd107c6b3a0535d233606 Reviewed-on: https://gerrit.libreoffice.org/45124 Reviewed-by: Siegmund Gorr Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- config_host/config_gpgme.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config_host') diff --git a/config_host/config_gpgme.h.in b/config_host/config_gpgme.h.in index 50f9edd8f8a0..86f3f07931f6 100644 --- a/config_host/config_gpgme.h.in +++ b/config_host/config_gpgme.h.in @@ -10,6 +10,9 @@ /* Configuration for gpgme++. */ +// Defined if gpgme support is available +#define GPGME_HAVE_GPGME 0 + // Defined if gpgme supports exporting minimal key. #define GPGME_CAN_EXPORT_MINIMAL_KEY 0 -- cgit