The instdir-java.test says it requires gcj when in fact it requires
javac.

Andreas.

2009-04-01  Andreas Schwab  <sch...@linux-m68k.org>

        * tests/instdir-java.test (required): Require javac, not gcj.

diff --git a/tests/instdir-java.test b/tests/instdir-java.test
index 54826c8..29fcc1d 100755
--- a/tests/instdir-java.test
+++ b/tests/instdir-java.test
@@ -16,7 +16,7 @@
 
 # If $(javadir) is the empty string, then nothing should be installed there.
 
-required=gcj
+required=javac
 . ./defs || Exit 1
 
 set -e

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to