summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-04-08 00:41:47 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-04-08 10:31:14 +0200
commit07e1f3c10ebcc395c6ecf484204338826d699120 (patch)
tree0130a3f49d50cb964439770ec8f86e1d77efff1e /configure.ac
parent80ce87724919fc61cd8dc4b053d0d25d33619159 (diff)
Revert "Remove --disable-lpsolve configure option."
This reverts commit 0737d4f6f9d5db5197ce4f35214a785250b8e848. Commit adding --with-lpsolver was reverted in 8dc394d5c573e5583760c7cc56c5c19062d3f062. Change-Id: I27598f25f05edafd6afae49d85f81b60f9a0e0a3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c05271e4d007..52fa3d832262 100644
--- a/configure.ac
+++ b/configure.ac
@@ -783,6 +783,11 @@ 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.])