Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [PATCH] Fix gtk+-2.0 detection

From: Jess Balint <jbalint@xxxxxxxxx>
Date: Fri, 20 Jul 2007 13:42:18 -0500
On Fri, Jul 20, 2007 at 02:26:14PM -0400, Jeff Morriss wrote:
> Jess Balint wrote:
> > The aclocal-fallback files have the arguments in an order that does not
> > work (for pkg-config). see attached patch
> 
> Is this a new or old GTK?  It works for me no matter the order:

Not for me, hence the fix. It's also first in other spots.

Ex.

	pkg-config --version
	0.20

	pkg-config gtk+-2.0 --libs
	<no output>

	pkg-config --libs gtk+-2.0
	<all the libs>

	pkg-config --modversion gtk+-2.0
	2.10.6

Jess