projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c983405
)
configure.in: Fix three small typos.
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
107dbe3
..
5daf533
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1668,10
+1668,10
@@
then
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_ja
r_home/bin:
with_jar_path"
+ with_jar_path="$with_ja
va_home/bin:$
with_jar_path"
fi
fi