[gconf-editor] Don't use GNOME_MAINTAINER_MODE_DEFINES



commit 24d5a13364d701f9fcc3c0f5e68344b5800e45f0
Author: Christian Persch <chpe gnome org>
Date:   Tue Nov 8 15:18:51 2011 +0100

    Don't use GNOME_MAINTAINER_MODE_DEFINES
    
    With recent glib and gtk, the deprecations are done with attributes, making
    these defines unnecessary. Also, gconf-editor uses much deprecated gtk API,
    so this breaks the build when building with maintainer mode.

 configure.in    |    1 -
 src/Makefile.am |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index b7a4578..373e551 100644
--- a/configure.in
+++ b/configure.in
@@ -43,7 +43,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
 
 AM_GLIB_GNU_GETTEXT
 
-GNOME_MAINTAINER_MODE_DEFINES
 GNOME_COMMON_INIT
 GNOME_COMPILE_WARNINGS([maximum])
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 641d602..d799bb7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,6 @@ INCLUDES = \
 	-DLOCALEDIR=\""$(datadir)/locale"\" \
 	-DDATADIR=\""$(pkgdatadir)"\" 	\
 	-DICONDIR="\"$(pkgdatadir)/icons\"" \
-	$(DISABLE_DEPRECATED) \
 	$(GCONF_EDITOR_CFLAGS) \
 	$(GCONF_EDITOR_POLKIT_CFLAGS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]