diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-29 04:00:45 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-29 04:00:45 +0000 |
commit | 6a66c972cafeeabd6e1a35ea7f622bb1f380bb94 (patch) | |
tree | 17ac6e6ca176643b755e9b92b24d83075ba27a91 /modules/engines | |
parent | cca151bab7ff3f26d0f3b613ce1661dcfe199826 (diff) | |
download | gtk+-6a66c972cafeeabd6e1a35ea7f622bb1f380bb94.tar.gz |
If major.minor of required and available glib versions are the same, add
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
* configure.in: If major.minor of required and available glib versions
are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
* */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
Diffstat (limited to 'modules/engines')
-rw-r--r-- | modules/engines/ms-windows/Makefile.am | 1 | ||||
-rw-r--r-- | modules/engines/pixbuf/Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/engines/ms-windows/Makefile.am b/modules/engines/ms-windows/Makefile.am index 4460d17a0b..bd7a806dc4 100644 --- a/modules/engines/ms-windows/Makefile.am +++ b/modules/engines/ms-windows/Makefile.am @@ -6,7 +6,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ - -DG_DISABLE_DEPRECATED \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ $(GTK_DEP_CFLAGS) diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am index c641f79abc..d2a682f959 100644 --- a/modules/engines/pixbuf/Makefile.am +++ b/modules/engines/pixbuf/Makefile.am @@ -6,7 +6,6 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/gdk \ -I$(top_builddir)/gdk \ - -DG_DISABLE_DEPRECATED \ -DGDK_PIXBUF_DISABLE_DEPRECATED \ -DGDK_DISABLE_DEPRECATED \ $(GTK_DEP_CFLAGS) |