From: Florian Forster Date: Wed, 10 Feb 2010 14:24:23 +0000 (+0100) Subject: configure.in: Fix three small typos. X-Git-Tag: collectd-4.8.4~22 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=f181a333d5c244f55971af27b0a68361e9926e53;p=collectd.git configure.in: Fix three small typos. --- diff --git a/configure.in b/configure.in index 107dbe39..5daf533d 100644 --- 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_jar_home/bin:with_jar_path" + with_jar_path="$with_java_home/bin:$with_jar_path" fi fi