Wireshark-commits: [Wireshark-commits] rev 31912: /trunk/ /trunk/: configure.in
Date: Thu, 18 Feb 2010 02:32:16 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31912

User: guy
Date: 2010/02/17 06:32 PM

Log:
 To check for GLib 2.14.0 or later, just check with pkg-config, don't use
 AM_PATH_GLIB_2_0.  We don't need all the mechanism of AM_PATH_GLIB_2_0
 to check for pkg-config sanity etc., as we've already used
 AM_PATH_GLIB_2_0 and have thus already done that, and not doing it again
 
 	1) means we don't get a bunch of configure-script whining if we
 	   have GLib >= 2.4 and GLib < 2.14;
 
 	2) means we can get rid of stuff to compensate for
 	   AM_PATH_GLIB_2_0 failing with GLib < 2.14.

Directory: /trunk/
  Changes    Path            Action
  +22 -26    configure.in    Modified