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

Collapse All | Expand All

(-)a/macros/xpcom.m4 (-1 / +1 lines)
Lines 102-108 Link Here
102
102
103
  if test x"${ac_cv_path_xpcom_incl}" != x; then
103
  if test x"${ac_cv_path_xpcom_incl}" != x; then
104
    XPCOM_CFLAGS="${ac_cv_path_xpcom_incl}"
104
    XPCOM_CFLAGS="${ac_cv_path_xpcom_incl}"
105
    XPCOM_IDL_CFLAGS=`echo $XPCOM_CFLAGS | sed -e 's:include:share/idl:'`
105
    XPCOM_IDL_CFLAGS="-I`$PKG_CONFIG --variable=idldir libxul`"
106
    XPIDL=$(pkg-config libxul --variable=sdkdir)
106
    XPIDL=$(pkg-config libxul --variable=sdkdir)
107
    XPIDL="${XPIDL}xpidl"
107
    XPIDL="${XPIDL}xpidl"
108
    AC_DEFINE([HAVE_XPCOM], [1], [Use XPCOM in the NPAPI plugin])
108
    AC_DEFINE([HAVE_XPCOM], [1], [Use XPCOM in the NPAPI plugin])

Return to bug 305311