From 0759e36f887f5612ecd84efe8f9397a35a10a7fd Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 9 Jan 2012 12:49:35 +0200 Subject: [PATCH] Kill --with-local-solver --- configure.in | 18 ------------------ set_soenv.in | 8 ++------ 2 files changed, 2 insertions(+), 24 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= - ], -,) - 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 diff --git a/set_soenv.in b/set_soenv.in index 57ccb36036ff..129d4f38a1a9 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -428,12 +428,8 @@ if ('@TARFILE_LOCATION@' eq "DEFAULT") # $SOLARENV = PathFormat($SRC_ROOT.$SOLENV); # Location of the solver tree. -if ('@LOCAL_SOLVER@' eq "DEFAULT") -{ $SOLARVER = $SRC_ROOT.$SOLVER; -} -else -{ $SOLARVER = PathFormat('@LOCAL_SOLVER@'); -} +$SOLARVER = $SRC_ROOT.$SOLVER; + #Location of Solar version. $SOLARVERSION = '$SOLARVER';