configure.in: Fix three small typos.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 10 Feb 2010 14:24:23 +0000 (15:24 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 10 Feb 2010 14:24:23 +0000 (15:24 +0100)
configure.in

index 107dbe3..5daf533 100644 (file)
@@ -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