diff options
author | Rene Engelhard <rene@debian.org> | 2018-03-18 11:25:41 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-03-18 17:21:03 +0100 |
commit | d7ecf4a4e37a9eeffa2b40f9fe5a2e6a8f90c876 (patch) | |
tree | 26cea37ed3ca6d89cfcd18b0b46d527f1b6731d3 /config_host | |
parent | f68929ac611fdda19c1ee413effc59d33aa5ef97 (diff) |
properly check for gpgconf (and --create-socketdir) working
Change-Id: I21268e5950381845eb90bf66a42a99adc3821eaa
Reviewed-on: https://gerrit.libreoffice.org/51493
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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_gpgme.h.in b/config_host/config_gpgme.h.in index 7e46f3703ec3..4a2f24a2de61 100644 --- a/config_host/config_gpgme.h.in +++ b/config_host/config_gpgme.h.in @@ -19,6 +19,9 @@ // Defined if gpg and gpgme signature verification is available #define HAVE_FEATURE_GPGVERIFY 0 +// Defined if gpgconf --create-socketdir works +#define HAVE_GPGCONF_SOCKETDIR 0 + #if HAVE_FEATURE_GPGME # include "config_lgpl.h" #endif |