RFC: Moving native code in java.net into architecture dependant files - updated patch

Tom Tromey tromey@redhat.com
Sat Apr 19 18:52:00 GMT 2003


>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:

Mohan> ...I think we would need a line in configure.in that looks
Mohan> something like this:
Mohan> if test "$enable_java_net" = no; then
Mohan> PLATFORMNET=NoNet
Mohan> fi

Michael> Do we really need this ? I thought we only need it for newlib
Michael> users ?  Of course we can add an AC_ENABLE(java-net,...) if
Michael> needed later.

I think some people are probably still using this option.
I think Mohan's code snippet looks good.  

This would let us get rid of a lot of uses of DISABLE_JAVA_NET, too.
(Not the ones from the headesr, but all the ones in java/net/*.cc)

Tom



More information about the Java-patches mailing list