aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-22 17:33:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-26 16:14:58 +0800
commit6d7e166717e11a9635429bbd523dc35ab2994e7a (patch)
tree096687ceabf79ea89fbdabdc3f987f18d24f12f8 /configure.ac
parentf78841f876e201df9a0c69f03f4ac5db49124698 (diff)
downloadgsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar.gz
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar.bz2
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar.lz
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar.xz
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.tar.zst
gsoc2013-empathy-6d7e166717e11a9635429bbd523dc35ab2994e7a.zip
Stop disabling deprecated GTK API
We're not going to make big changes in this branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index c011aa99c..e6402e7ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,12 +56,6 @@ NETWORK_MANAGER_REQUIRED=0.7.0
WEBKIT_REQUIRED=1.1.15
GNOME_CONTROL_CENTER_GTK3_REQUIRED=2.31.4
-# Use --enable-maintainer-mode to disable deprecated symbols,
-# disable single include and enable GSEAL. If this is not a released empathy,
-# maintainer mode is forced
-ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
-GNOME_MAINTAINER_MODE_DEFINES
-
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])