PATCH: Libjava is broken again
Paolo Bonzini
bonzini@gnu.org
Mon Jun 4 08:30:00 GMT 2007
>> - if test "x${GCJ}" = x && test "x${JIKES}" = x && test "x${user_specified_javac}" != xkjc && test "x${user_specified_javac}" != xgcjx && test "x${user_specified_javac}" != xecj; then
>> - AC_MSG_ERROR([cannot find javac, try --with-gcj, --with-jikes, --with-kjc, --with-ecj, or --with-gcjx])
>> +dnl if test "x${GCJ}" = x && test "x${JIKES}" = x && test "x${user_specified_javac}" != xkjc; then
>> + if test "x${ECJ}" = x && test "x${JAVAC}" = x && test "x${user_specified_javac}" != xecj; then
>>
>> changes to check ${ECJ} instead of ${GCJ}, which breaks libjava
>> build.
>
> This patch works for me.
Looks like a merge hiccup, your patch may work but it probably is not
what Matthias intended to do.
Paolo
More information about the Java-patches
mailing list