summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-03-13 10:55:54 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-03-14 09:31:41 +0100
commit0737d4f6f9d5db5197ce4f35214a785250b8e848 (patch)
tree85aa02d80a42517a5858c88b5bb3d44532fe8e53 /configure.ac
parent2b7a148379b41c7bb8a5fb336ea558e418c93eac (diff)
Remove --disable-lpsolve configure option.
Use --with-lpsolver="coinmp" or --with-lpsolver="no". Change-Id: Ibc806b85fb6c03e1cf6f23d860246a6fb2f273c1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6c453e2caf52..92ca7dd700ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -781,11 +781,6 @@ AC_ARG_ENABLE(ext-wiki-publisher,
[Enable the Wiki Publisher extension.])
)
-AC_ARG_ENABLE(lpsolve,
- AS_HELP_STRING([--disable-lpsolve],
- [Disable compilation of the lp solve solver ])
-)
-
AC_ARG_ENABLE(pdfimport,
AS_HELP_STRING([--disable-pdfimport],
[Disable building the PDF import feature.])
@@ -9413,7 +9408,7 @@ AC_SUBST(MYTHES_LIBS)
dnl ===================================================================
dnl How should we build the linear programming solver ?
dnl ===================================================================
-if test "$enable_lpsolve" = "no" -o "$enable_mpl_subset" = "yes"; then
+if test "$enable_mpl_subset" = "yes"; then
WITH_LPSOLVER="coinmp"
fi
if test $_os = iOS -o $_os = Android; then