From 75232b9ec261125568633f417df1d89256974c4b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 12 Oct 2011 12:32:49 -0400 Subject: [PATCH] Don't break the build with deprecations At least for glib/gdk/gtk, we now have deprecation compiler warnings set up, so there is no need to forcibly break everybody's build just to get them to notice deprecations. https://bugzilla.gnome.org/show_bug.cgi?id=661273 --- macros2/gnome-common.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros2/gnome-common.m4 b/macros2/gnome-common.m4 index f5c60e0..db3c787 100644 --- a/macros2/gnome-common.m4 +++ b/macros2/gnome-common.m4 @@ -45,7 +45,7 @@ AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], DISABLE_DEPRECATED="" if test $USE_MAINTAINER_MODE = yes; then - DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP" + DOMAINS="ATK PANGO GDK_PIXBUF GCONF BONOBO BONOBO_UI GNOME LIBGLADE VTE GNOME_VFS WNCK LIBSOUP" for DOMAIN in $DOMAINS; do DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES" done -- 2.7.4