summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-12-07 22:40:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-12-10 12:57:12 +0100
commitab283b90dc66eee3acf0dd356acc2cf909d9041d (patch)
treecaba88425e490454cfd814a441edc9933a09986a /config_host
parent5cd00e541da4eca2065ea16f5145a462dee4b5b1 (diff)
gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGME
Change-Id: I6f085b67c3477f427bd1efd96db93cbb89e20647 Reviewed-on: https://gerrit.libreoffice.org/46050 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 1e71870034c9e180f856f51dc2c183d2a6ba9ccd) Reviewed-on: https://gerrit.libreoffice.org/46069 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_gpgme.h.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/config_host/config_gpgme.h.in b/config_host/config_gpgme.h.in
index d12608ef1eef..a8435bd0aa43 100644
--- a/config_host/config_gpgme.h.in
+++ b/config_host/config_gpgme.h.in
@@ -14,9 +14,10 @@
#define CONFIG_GPGME_H
// Defined if gpgme support is available
-#define GPGME_HAVE_GPGME 0
-#if GPGME_HAVE_GPGME
-#include "config_lgpl.h"
+#define HAVE_FEATURE_GPGME 0
+
+#if HAVE_FEATURE_GPGME
+# include "config_lgpl.h"
#endif
// Defined if gpgme supports exporting minimal key.