diff options
author | David Tardon <dtardon@redhat.com> | 2017-11-24 10:43:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-11-24 14:37:16 +0100 |
commit | b6d246ea170c076edea66107af2543ebc0782638 (patch) | |
tree | 7293261c90c6289f76de9f1d983d1c62b481dc83 /configure.ac | |
parent | c79afbe1b0db8aa2d810c3fa57dac902d973807f (diff) |
fix build with system gpgmepp
Change-Id: If0c81f5095b61d41b90db2e596bf5905b15ab506
Reviewed-on: https://gerrit.libreoffice.org/45210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5e50660f7aea..d02f935a2bd9 100644 --- a/configure.ac +++ b/configure.ac @@ -10171,8 +10171,10 @@ if test "$_os" = "Linux" -o "$_os" = "Darwin" \ LIBASSUAN_LIBS="-L${WORKDIR}/UnpackedTarball/libassuan/src/.libs -lassuan" fi fi + ENABLE_GPGMEPP=TRUE AC_DEFINE([GPGME_HAVE_GPGME]) fi +AC_SUBST(ENABLE_GPGMEPP) AC_SUBST(SYSTEM_GPGMEPP) AC_SUBST(GPG_ERROR_CFLAGS) AC_SUBST(GPG_ERROR_LIBS) |