bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27723] New: Allow firefox-plugin to be used as mozilla-pl


From: schmir11 at web dot de
Subject: [Bug classpath/27723] New: Allow firefox-plugin to be used as mozilla-plugin
Date: 22 May 2006 16:30:53 -0000

A change in configure.ac allows a fallback to the firefox-plugin if the
mozilla-plugin is not available.

Here is the line of the original configure.ac that gets replaced.
You can find it in line 473:

PKG_CHECK_MODULES(MOZILLA, mozilla-plugin)


This is the replacement i suggest:

PKG_CHECK_MODULES(MOZILLA, mozilla-plugin,
  [MOZILLA_FOUND=yes],[MOZILLA_FOUND=no])

if test "x${MOZILLA_FOUND}" = xno; then
  PKG_CHECK_MODULES(MOZILLA, firefox-plugin,
    [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
fi


Hint for locating the right place - this comment is
just 2 lines above the line to replace:
dnl Check for plugin support headers and libraries.


-- 
           Summary: Allow firefox-plugin to be used as mozilla-plugin
           Product: classpath
           Version: 0.92
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schmir11 at web dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27723





reply via email to

[Prev in Thread] Current Thread [Next in Thread]