From ab283b90dc66eee3acf0dd356acc2cf909d9041d Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 7 Dec 2017 22:40:47 +0100 Subject: gpg4libre: rename GPGME_HAVE_GPGME to HAVE_FEATURE_GPGME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6f085b67c3477f427bd1efd96db93cbb89e20647 Reviewed-on: https://gerrit.libreoffice.org/46050 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens (cherry picked from commit 1e71870034c9e180f856f51dc2c183d2a6ba9ccd) Reviewed-on: https://gerrit.libreoffice.org/46069 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- comphelper/source/misc/storagehelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comphelper/source') diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index 36641485fe2e..d51055211e8a 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -56,7 +56,7 @@ #include #include -#if GPGME_HAVE_GPGME +#if HAVE_FEATURE_GPGME # include # include # include @@ -432,7 +432,7 @@ uno::Sequence< beans::NamedValue > OStorageHelper::CreatePackageEncryptionData( uno::Sequence< beans::NamedValue > OStorageHelper::CreateGpgPackageEncryptionData() { -#if GPGME_HAVE_GPGME +#if HAVE_FEATURE_GPGME // generate session key // -------------------- -- cgit