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

David Tardon dtardon at redhat.com
Tue Dec 12 18:48:11 UTC 2017


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

New commits:
commit 9a738c54ab732ad84077639b86924cdbaabb075c
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Dec 12 12:01:31 2017 +0100

    system gpgmepp can't be used with dbgutil
    
    Change-Id: Ib308a6328ce0caabf47d0ba28c3b1a52c89014a8

diff --git a/configure.ac b/configure.ac
index 449dfc1add54..e10df21a70ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3751,6 +3751,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != "no"; then
     else
         with_system_hunspell=no
     fi
+    if test "$with_system_gpgmepp" = "yes"; then
+        AC_MSG_ERROR([--with-system-gpgmepp conflicts with --enable-dbgutil])
+    else
+        with_system_gpgmepp=no
+    fi
 else
     ENABLE_DBGUTIL=""
     MSVC_USE_DEBUG_RUNTIME=""


More information about the Libreoffice-commits mailing list