aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-19 16:22:33 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-19 16:22:33 +0800
commitc01c53db88c603b3f7150c6f763e5bd810ddf8ea (patch)
tree05acbf59b037c84453632f48012675b0c3b44315 /configure.ac
parent897d9bffefe278e587390355d83009d8ee97a588 (diff)
parente71bed8e3b0016f489ea420114cbe89dabf77896 (diff)
downloadgsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.gz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.bz2
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.lz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.xz
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.zst
gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.zip
Merge commit 'bigon/configure-deprecated-flag'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 16f8f354f..c3926fdb2 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])