bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/27871] Improved plugin detection for Mozilla/Firefox


From: fitzsim at redhat dot com
Subject: [Bug classpath/27871] Improved plugin detection for Mozilla/Firefox
Date: 14 Aug 2006 17:21:48 -0000


------- Comment #6 from fitzsim at redhat dot com  2006-08-14 17:21 -------
This is already fixed in CVS.  Here is the configure.ac fragment:

  dnl Check for plugin support headers and libraries.
  if test "x${COMPILE_PLUGIN}" = xyes; then
    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
    if test "x${MOZILLA_FOUND}" = xno; then
      PKG_CHECK_MODULES(MOZILLA, xulrunner-plugin, [MOZILLA_FOUND=yes],
[MOZILLA_FOUND=no])
    fi
    if test "x${MOZILLA_FOUND}" = xno; then
      PKG_CHECK_MODULES(MOZILLA, mozilla-firefox-plugin, [MOZILLA_FOUND=yes],
[MOZILLA_FOUND=no])
    fi
    PKG_CHECK_MODULES(GLIB, glib-2.0)

    AC_SUBST(MOZILLA_CFLAGS)
    AC_SUBST(MOZILLA_LIBS)
    AC_SUBST(GLIB_CFLAGS)
    AC_SUBST(GLIB_LIBS)

    AC_SUBST(PLUGIN_DIR, $HOME/.mozilla/plugins/)
  fi

It checks for the firefox-plugin pkg-config target, so it should work on
Debian, which provides:

/usr/lib/pkgconfig/firefox-plugin.pc


-- 

fitzsim at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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





reply via email to

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