aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/gtk-3.0.m4
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-02-07Use a variable for the package name we're querying.Jeff Morriss1-13/+14
Add SVN Id. svn path=/trunk/; revision=47538
2012-01-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6737Jeff Morriss1-5/+2
As suggested by njtaylor0101 [AT] gmail.com: we (always) check for the gthread module when checking glib so there's no need to check for it when checking GTK. This prevents us, when configuring with gtk3, for checking for gthread-2.0 version 3.0.0 or later. svn path=/trunk/; revision=40684
2011-02-11Add a command line argument for the configure script of "--with-gtk3" toStephen Fisher1-0/+196
attempt to compile against GTK+ 3.0 (which can be installed at the same time as GTK+ 2.0). Also place a copy of the autoconf macro for finding GTK+ 3.0 in the aclocal-fallback directory taken from the GTK+ 3.0 distribution. (Note: Wireshark won't finish compiling with GTK+ 3.0 yet...) svn path=/trunk/; revision=35918