summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c983405)
raw | patch | inline | side by side (parent: c983405)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 10 Feb 2010 14:24:23 +0000 (15:24 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 10 Feb 2010 14:24:23 +0000 (15:24 +0100) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 107dbe39e872434de81ade84b481531cfece1de9..5daf533d139e06a0b3c31849489a37823aec149f 100644 (file)
--- a/configure.in
+++ b/configure.in
with_jar_path="$PATH"
if test "x$with_java_home" != "x"
then
- with_jar_path="$with_java_home:with_jar_path"
+ with_jar_path="$with_java_home:$with_jar_path"
if test -d "$with_java_home/bin"
then
- with_jar_path="$with_jar_home/bin:with_jar_path"
+ with_jar_path="$with_java_home/bin:$with_jar_path"
fi
fi