diff options
author | David Tardon <dtardon@redhat.com> | 2017-10-19 09:04:33 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-10-19 09:04:33 +0200 |
commit | 8c9cfba67711d0c3902f9bba444b68c7415d4f98 (patch) | |
tree | c8e39a504ea3cdfa8e490726ba4c257260327a4b /configure.ac | |
parent | 31aeb934dbe101d5047e0b803735031b56b5ce57 (diff) |
fix build with system gpgme
Change-Id: I00e6d6ce476adbd22bcfb4eb55d4db4194f4bc92
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 85b603060e3a..335d7de9334a 100644 --- a/configure.ac +++ b/configure.ac @@ -10242,6 +10242,7 @@ if test "$_os" = "Linux"; then else AC_MSG_RESULT([internal]) BUILD_TYPE="$BUILD_TYPE LIBGPGERROR LIBASSUAN GPGMEPP" + AC_DEFINE([GPGME_CAN_EXPORT_MINIMAL_KEY]) GPG_ERROR_CFLAGS="-I${WORKDIR}/UnpackedTarball/libgpg-error/src" GPG_ERROR_LIBS="-L${WORKDIR}/UnpackedTarball/libgpg-error/src/.libs -lgpg-error" @@ -12353,6 +12354,7 @@ AC_CONFIG_HEADERS([config_host/config_firebird.h]) AC_CONFIG_HEADERS([config_host/config_folders.h]) AC_CONFIG_HEADERS([config_host/config_gio.h]) AC_CONFIG_HEADERS([config_host/config_global.h]) +AC_CONFIG_HEADERS([config_host/config_gpgme.h]) AC_CONFIG_HEADERS([config_host/config_java.h]) AC_CONFIG_HEADERS([config_host/config_lgpl.h]) AC_CONFIG_HEADERS([config_host/config_libepubgen.h]) |