This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: enable gcjwebplugin and appletviewer


Thomas Fitzsimmons wrote:
One question: with the current fastjar situation, is it safe to rely on the FASTJAR make variable like I've done in classpath/tools/Makefile.am?

I think FASTJAR points to zip in the current libgcj build, even if you have a real fastjar installed somewhere. It's probably better to avoid referring to FASTJAR if possible though - JAR would be better.


2006-06-12 Thomas Fitzsimmons <fitzsim@redhat.com>

    * configure: Regenerate.
    * Makefile.in: Regenerate.
    * configure.ac (--enable-plugin): New option.
    (ac_configure_args): Add --enable-tool-wrappers.

I don't think we need a configure option for --enable-tool-wrappers, building them should always be enabled (or at least, should be the default).


Is there an autoconf test to detect the mozilla headers needed to build the plugin? It would be nice to also make --enable-plugin the default, if AWT is enabled and the required headers are found.

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]