Closed Bug 169635 Opened 22 years ago Closed 22 years ago

gtk2 port doesn't use pkg-config to check for libIDL

Categories

(SeaMonkey :: Build Config, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 156593

People

(Reporter: andersca, Assigned: blizzard)

References

Details

The version of libIDL shipped with gnome 2.0 has a .pc file and mozilla should
use it. Should be a matter of changing

AM_PATH_LIBIDL_2($LIBIDL_VERSION,,_LIBIDL_NOT_FOUND=1) to

PKG_CHECK_MODULES(LIBIDL, libIDL-2.0 >= $LIBIDL_VERSION,,_LIBIDL_NOT_FOUND=1)

Also note that libIDL is now a standalone package so the ORBit check could be
removed too (I think)
Blocks: gtk2
Same as the patch in 156593.  This needs to go in, though.  cls, will you review?
Assignee: seawood → blizzard
this was fixed in bug 156593, marking duplicate

*** This bug has been marked as a duplicate of 156593 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
v dup
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.