Disabling Java by default

Bryce McKinlay bryce@albatross.co.nz
Tue Jan 23 03:43:00 GMT 2001


Bryce McKinlay wrote:

> I suggest that we change configure so that Java support is only built
> when
> "--enable-languages=java" is explicitly specified. That is, it is not
> part of the default set of languages which are built if the
> "--enable-languages" configure command is not given. This way, those who
> don't care about Java don't have to be bothered by it, but those that do
> want it don't have to follow elaborate instructions in order to get it.

Here is a patch to do that. Now, neither the front-end nor the runtime will
be built unless "--enable-languages=java" is explicitly given to configure.

It also removes libgcj from the noconfigdirs on several platforms that we
ought to build on. Wishful thinking perhaps, but this will make life a
little easier for those who want to fix up the ports, and, given the above,
won't affect those who don't. Actually, I'm tempted to remove libgcj from
all the target noconfigdirs?

regards

  [ bryce ]




More information about the Java-patches mailing list