On Wed, 7 Feb 2007, Paolo Bonzini wrote:

> > # Empty if no javac was found
> > CONF_JAVAC=''
> > 
> > # Empty if no Java VM was found
> > CONF_JAVA='gij'
> 
> And here's the patch.

Thanks.

I don't understand why it should reject my gcj.  I'm thinking this is a 
Gnulib problem, but I don't have time to explore this in detail right now.  
As a clue, this gets it working:

diff -p -u -r1.79 configure.ac
--- configure.ac        29 Jan 2007 10:54:42 -0000      1.79
+++ configure.ac        7 Feb 2007 17:13:26 -0000
@@ -136,7 +136,7 @@ AC_SUBST([O0CFLAGS])
 O0CXXFLAGS=`echo $CXXFLAGS | sed 's/-O[[0-9]] *//'`
 AC_SUBST([O0CXXFLAGS])
 
-gt_JAVACOMP([1.3], [1.3])
+gt_JAVACOMP([1.4], [1.4])
 gt_JAVAEXEC



Reply via email to