Wireshark-commits: [Wireshark-commits] rev 51323: /trunk/ /trunk/: configure.ac

Date: Mon, 12 Aug 2013 20:24:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51323

User: guy
Date: 2013/08/12 01:24 PM

Log:
 If we're looking for some version of GTK+, and don't find it, fail. 
 That way, if somebody specifies --with-gtk[23] and that version of GTK+
 isn't found, we fail with an indication that the version of GTK+ they
 asked for isn't there, and if no GUI toolkit was specified, and they
 didn't explicitly say "don't build Wireshark", we look for GTK+ 3 and,
 if it's not found, let the user know explicitly.

Directory: /trunk/
  Changes    Path            Action
  +6 -4      configure.ac    Modified