diff options
author | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
commit | e71bed8e3b0016f489ea420114cbe89dabf77896 (patch) | |
tree | 23337e639a5682102ef639a7e5f21ee4d29e9be3 /configure.ac | |
parent | 7c1c77662edf9ef232bb7648fa6c516d31de3648 (diff) | |
download | gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.gz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.bz2 gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.lz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.xz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.zst gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.zip |
Use autotools magic to take care of disabling deprecated symbols
Passing --enable-maintainer-mode to the configure will disable
deprecated symbols
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 2 insertions, 5 deletions
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]) |