summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-09 12:49:35 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-09 13:05:27 +0200
commit0759e36f887f5612ecd84efe8f9397a35a10a7fd (patch)
treeac3dd238c6adfa29094ae5d22b2417bc88eb9dbe /configure.in
parent04292aee154d03e87395722d314c60be6c10b2ec (diff)
Kill --with-local-solver
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.in b/configure.in
index 59c51f2e645d..204065b47050 100644
--- a/configure.in
+++ b/configure.in
@@ -1598,14 +1598,6 @@ AC_ARG_WITH(mozilla-build,
MOZILLABUILD=$withval ,
)
-AC_ARG_WITH(local-solver,
- AS_HELP_STRING([--with-local-solver],
- [If you have solver in a location other than ./solver, please supply the path here.])
- [
- Usage: --with-local-solver=<abs. path to solver>
- ],
-,)
-
AC_ARG_WITH(lang,
AS_HELP_STRING([--with-lang],
[Use this option to build LibreOffice with additional language support.
@@ -10395,16 +10387,6 @@ if test -z "$COMPATH"; then
fi
AC_SUBST(COMPATH)
-AC_MSG_CHECKING([solver path])
-if test -z "$with_local_solver"; then
- LOCAL_SOLVER="DEFAULT"
- AC_MSG_RESULT([default])
-else
- LOCAL_SOLVER=$with_local_solver
- AC_MSG_RESULT([$with_local_solver])
-fi
-AC_SUBST(LOCAL_SOLVER)
-
AC_SUBST(BUILD_TYPE)
if test "$WITH_MINGW" != "yes" ; then