mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Merge branch 'maint'
This commit is contained in:
commit
b24cd7708d
@ -374,7 +374,7 @@ update to latest darwin])
|
||||
platform=darwin/quartz
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(GDK_QUARTZ,,[Using GDK Quartz (not X11)])
|
||||
PKG_CHECK_MODULES([GTK_MAC], gtk-mac-integration,
|
||||
PKG_CHECK_MODULES([GTK_MAC], gtk-mac-integration-gtk2,
|
||||
[_gtk_mac=yes], [_gtk_mac=no])
|
||||
if test "x$_gtk_mac" = xyes; then
|
||||
GTK_MAC_LIBS="${GTK_MAC_LIBS} -lobjc -framework Cocoa"
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#ifdef MAC_INTEGRATION
|
||||
#include <gtkmacintegration/gtkosxapplication.h>
|
||||
#include <gtkmacintegration-gtk2/gtkosxapplication.h>
|
||||
#endif
|
||||
#endif /* ENABLE_BINRELOC */
|
||||
#include <stdio.h>
|
||||
|
@ -70,7 +70,7 @@
|
||||
#include "gnc-autosave.h"
|
||||
#include "print-session.h"
|
||||
#ifdef MAC_INTEGRATION
|
||||
#include <gtkmacintegration/gtkosxapplication.h>
|
||||
#include <gtkmacintegration-gtk2/gtkosxapplication.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
# include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user