From 1fdf2cb5e708c0a40379bf6f95cfc045289dfa96 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 25 Jan 2006 19:33:58 +0000 Subject: If major.minor of required and available glib versions are the same, add 2006-01-25 Behdad Esfahbod * configure.in: If major.minor of required and available glib versions are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617) * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED. --- tools/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index d521c58b..deecda93 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -3,7 +3,6 @@ INCLUDES = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ - -DG_DISABLE_DEPRECATED \ -DPANGO_DISABLE_DEPRECATED \ $(PANGO_DEBUG_FLAGS) -- cgit v1.2.1