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

Collapse All | Expand All

(-)configure.ac-orig (-1 / +2 lines)
Lines 5631-5637 Link Here
5631
      found=1
5631
      found=1
5632
    else
5632
    else
5633
      if test -n "$PKG_CONFIG"; then
5633
      if test -n "$PKG_CONFIG"; then
5634
	for i in "${with_mozilla_pkg}" libxul {seamonkey,iceape,xulrunner,firefox,iceweasel,mozilla}-plugin; do
5634
	dnl We must check for proper nspr cflags/libs
5635
	for i in "${with_mozilla_pkg}" libxul nspr {seamonkey,iceape,xulrunner,firefox,iceweasel,mozilla}-plugin; do
5635
	  echo "Trying to find $i.pc files" >&5
5636
	  echo "Trying to find $i.pc files" >&5
5636
	  if $PKG_CONFIG --exists --print-errors "$i" 2>&5
5637
	  if $PKG_CONFIG --exists --print-errors "$i" 2>&5
5637
	  then
5638
	  then

Return to bug 290318