summaryrefslogtreecommitdiff
path: root/set_soenv.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 /set_soenv.in
parent04292aee154d03e87395722d314c60be6c10b2ec (diff)
Kill --with-local-solver
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in8
1 files changed, 2 insertions, 6 deletions
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';