GNOME Bugzilla – Bug 544850
configure needs to handle the non-existence of pangox
Last modified: 2008-07-27 08:25:25 UTC
Please describe the problem: The configure script seems to assume that pangox will be installed on the client machine while picking up X libraries. Could someone please clarify whether pangox is really a dep for quick-lounge-applet? If it isn't, I can hack up a quick patch that falls back on AC_PATH_XTRA if neither pangox nor pangoxft is found. I need this information for bumping the version of this package in Gentoo. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Okay, digging in a little more, I realise that 'pkg-config --libs pangox' will just fail if pangox.pc isn't found and and AC_PATH_XTRA will be picked up anyway. This probably should be handled, but it's not earth-shatteringly important. However, pangox is clearly not a dep. I'm just changing the bug title and priority to reflect this.
I don't know why the pangox check was there, maybe just a copy and paste from another configure.in. Anyway I just removed it and everything seems to work good.