[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Tue Jan 30 16:22:37 UTC 2018


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 8958ed763e91794ed744a75c59461c745a42bc63
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jan 30 18:15:23 2018 +0200

    Avoid GPG when --enable-mpl-subset
    
    Change-Id: I91bf310c77927e24c0693dc5b0b1297f11c001a0

diff --git a/configure.ac b/configure.ac
index 111e1c335b3d..101050c2ae3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10206,6 +10206,9 @@ SYSTEM_GPGMEPP=
 if test "$build_for_ios" = "YES"; then
     AC_MSG_CHECKING([whether gpgmepp should be disabled due to iOS])
     AC_MSG_RESULT([yes])
+elif test "$enable_mpl_subset" = "yes"; then
+    AC_MSG_CHECKING([whether gpgmepp should be disabled due to building just MPL])
+    AC_MSG_RESULT([yes])
 elif test "$_os" = "Linux" -o "$_os" = "Darwin" -o "$_os" = "WINNT" ; then
     dnl ===================================================================
     dnl Check for system gpgme


More information about the Libreoffice-commits mailing list