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

jan Iversen jani at libreoffice.org
Sat Nov 18 11:48:27 UTC 2017


 configure.ac |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 995c75de956436606e4f313d60257285955586d8
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat Nov 18 12:43:38 2017 +0100

    iOS, swarmsolve needs LPSOLVE or COINMP
    
    if neither LPSOLVE or COINMP is defined swarmsolve terminates with
    an error "No LIBFILENAME set", if either one is a demand for
    swarmsolve it should make an error message, if not the mk should
    be modified.
    
    For now enabling coinmp for iOS builds.
    
    Change-Id: I0c0611c119f7930f50c90ff52d382196135f2c1f

diff --git a/configure.ac b/configure.ac
index 993d85794802..7c594aa88719 100644
--- a/configure.ac
+++ b/configure.ac
@@ -631,7 +631,6 @@ darwin*) # Mac OS X or iOS
         test_cups=no
         enable_mpl_subset=yes
         enable_lotuswordpro=no
-        enable_coinmp=no
         enable_lpsolve=no
         enable_postgresql_sdbc=no
         enable_extension_integration=no


More information about the Libreoffice-commits mailing list