From Jim Young and updated by Max Romanov:
authorAnders Broman <anders.broman@ericsson.com>
Fri, 2 Nov 2012 09:58:43 +0000 (09:58 -0000)
committerAnders Broman <anders.broman@ericsson.com>
Fri, 2 Nov 2012 09:58:43 +0000 (09:58 -0000)
commitd54b681f8485edd275153052224d50948f47fd64
tree6e94b3da49f827b3e080d70795a5bef4a7b8937c
parenta43acbd8c332f4fd516d4151c37ecd320bbb9ba9
From Jim Young and updated by Max Romanov:

The modification to acinclude.m4 adds a new test in the
AC_WIRESHARK_OSX_INTEGRATION_CHECK section to first look for the library
gtkmacintegration.  "gtkmacintegration" is the new internal name for GTK+ MAC
OSX library after the project was moved to www.gtk.org.  Previously this
library was known as igemacintegration.

The patches to the three gtk/*.c files update the conditional #include
<gtkmacintegration/gtkosxapplication.h> to use the new folder name.   The
Option 1 patch will break any build environment that expects to find the
gtkosapplication.h file in the older igemacintegration folder.
In addition the patch includes updates to
gtk/main.c and gtk/main_menubar.c for a more standard looking App menu.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6702

svn path=/trunk/; revision=45869
acinclude.m4
ui/gtk/drag_and_drop.c
ui/gtk/main.c
ui/gtk/main_menubar.c