Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213463 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.orig (-1 / +1 lines)
Lines 669-675 Link Here
669
669
670
  dnl Check for plugin support headers and libraries.
670
  dnl Check for plugin support headers and libraries.
671
  if test "x${COMPILE_PLUGIN}" = xyes; then
671
  if test "x${COMPILE_PLUGIN}" = xyes; then
672
    PKG_CHECK_MODULES(MOZILLA, mozilla-plugin, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
672
    PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin seamonkey-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
673
    if test "x${MOZILLA_FOUND}" = xno; then
673
    if test "x${MOZILLA_FOUND}" = xno; then
674
      PKG_CHECK_MODULES(MOZILLA, firefox-plugin firefox-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
674
      PKG_CHECK_MODULES(MOZILLA, firefox-plugin firefox-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
675
    fi
675
    fi

Return to bug 213463