]> git.0d.be Git - empathy.git/commitdiff
Require GTK+ 2.21.2
authorXavier Claessens <xclaesse@gmail.com>
Fri, 11 Jun 2010 07:05:15 +0000 (17:05 +1000)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Sat, 12 Jun 2010 00:07:16 +0000 (10:07 +1000)
configure.ac

index 5ffe0de3f31ed7f99f72f67bf6f5b9c6dbaed71f..b6539c13de7e114e4aa848c74bef91e531c5f451 100644 (file)
@@ -30,7 +30,7 @@ AC_COPYRIGHT([
 
 # Minimal version required
 GLIB_REQUIRED=2.22.0
-GTK_REQUIRED=2.20.0
+GTK_REQUIRED=2.21.2
 GCONF_REQUIRED=1.2.0
 TELEPATHY_GLIB_REQUIRED=0.11.6
 TELEPATHY_LOGGER=0.1.1
@@ -52,9 +52,9 @@ NAUTILUS_SENDTO_REQUIRED=2.28.1
 # maintainer mode is forced
 ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
 GNOME_MAINTAINER_MODE_DEFINES
-#if test $USE_MAINTAINER_MODE = yes; then
-#  AC_DEFINE(GSEAL_ENABLE, [], [Seal public structs to force usage of accessors])
-#fi
+if test $USE_MAINTAINER_MODE = yes; then
+  AC_DEFINE(GSEAL_ENABLE, [], [Seal public structs to force usage of accessors])
+fi
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])