summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-02-27 15:55:40 +0100
committerMatúš Kukan <matus.kukan@collabora.com>2014-03-03 13:35:41 +0100
commitdbe6e76332c4eda87aa2d2168dd14c274a4930d4 (patch)
treeada2d8593dcdebf2aed90b9e3149c534cbaaf33e /configure.ac
parent97822e3cbc63d3bd110bc3c654b3fbb4d4d1904c (diff)
Add CoinMP external as an alternative to lpsolve.
Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bf2d03c046ad..301cbc1e27bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9399,6 +9399,10 @@ AC_SUBST(MYTHES_LIBS)
dnl ===================================================================
dnl How should we build the linear programming solver ?
dnl ===================================================================
+
+# Should we check for system CoinMP ? How to do that ?
+BUILD_TYPE="$BUILD_TYPE COINMP"
+
ENABLE_LPSOLVE=
AC_MSG_CHECKING([whether to build with lpsolve])
if test "$enable_lpsolve" != "no"; then