Patch to remove GCJ Web Plugin support

Mark Wielaard mark at klomp.org
Mon May 18 07:17:32 PDT 2009


Hi Deepak,

On Tue, 2009-05-05 at 17:10 -0400, Deepak Bhole wrote:
> Per the goals for 1.5, here is a patch that removes gcj web plugin
> support.
> 
> ChangeLog:
> 2009-05-05  Deepak Bhole <dbhole at redhat.com>
> 
>     * Makefile.am: Remove GCJ Web Plugin support.
>     * configure.ac: Ditto.

I got slightly confused by this part of the change:
        
        -AC_MSG_CHECKING([whether to build the LiveConnect plugin])
        -AC_ARG_ENABLE([liveconnect],
        -              [AS_HELP_STRING([--disable-liveconnect],
        +AC_MSG_CHECKING([whether to build the browser plugin])
        +AC_ARG_ENABLE([plugin],
        +              [AS_HELP_STRING([--disable-plugin],

That renames the configure option from --enable-liveconnect to
--enable-plugin. If it was intentional to change the naming then please
do mention it in the the README and NEWS files (which both only mention
the --enable-liveconnect flag).

Thanks,

Mark




More information about the distro-pkg-dev mailing list