* Stefano Lattarini wrote on Sat, Apr 09, 2011 at 01:57:50PM CEST:
>   --- a/tests/java-extra.test
>   +++ b/tests/java-extra.test
>   @@ -26,6 +26,7 @@ set -e
>    cat >> configure.in << 'END'
>    AC_CHECK_PROG([HAS_JAVAC], [javac], [:], [exit])
>    ($HAS_JAVAC 77); $HAS_JAVAC 77
>   +AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])
>    AC_OUTPUT
>    END
> 
> The test passes with this edit.

OK.

> I will push shortly, barring new objections.

Thanks,
Ralf

Reply via email to