From e71bed8e3b0016f489ea420114cbe89dabf77896 Mon Sep 17 00:00:00 2001 From: Laurent Bigonville Date: Fri, 17 Apr 2009 18:24:42 +0200 Subject: Use autotools magic to take care of disabling deprecated symbols Passing --enable-maintainer-mode to the configure will disable deprecated symbols --- configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a071ea876..397e61bba 100644 --- a/configure.ac +++ b/configure.ac @@ -36,11 +36,8 @@ ISO_CODES_REQUIRED=0.35 LIBNOTIFY_REQUIRED=0.4.4 LIBCANBERRA_GTK_REQUIRED=0.4 -# Uncomment that to build with deprecated symbols disabled -#AC_DEFINE(G_DISABLE_DEPRECATED, [], [Disable deprecated GLib symbols]) -#AC_DEFINE(GDK_PIXBUF_DISABLE_DEPRECATED, [], [Disable deprecated GDK pixbuf symbols]) -#AC_DEFINE(GDK_DISABLE_DEPRECATED, [], [Disable deprecated GDK symbols]) -#AC_DEFINE(GTK_DISABLE_DEPRECATED, [], [Disable deprecated GTK symbols]) +# Use --enable-maintainer-mode to disabled deprecated symbols +GNOME_MAINTAINER_MODE_DEFINES # Uncomment that to build with single include disabled #AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib]) -- cgit v1.2.3