diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-25 19:33:58 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-25 19:33:58 +0000 |
commit | 1fdf2cb5e708c0a40379bf6f95cfc045289dfa96 (patch) | |
tree | 4da6d1ffafc0fae529fc5e9c1587bc88dfa2e723 /examples/Makefile.am | |
parent | 8e3ee8fbef3cb3d62e0709d2eb76d9b04fc9bf70 (diff) | |
download | pango-1fdf2cb5e708c0a40379bf6f95cfc045289dfa96.tar.gz |
If major.minor of required and available glib versions are the same, add
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
* 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.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index d884f122..a3d12d8b 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -13,7 +13,6 @@ EXTRA_DIST= \ CLEANFILES = pangorc INCLUDES = \ - -DG_DISABLE_DEPRECATED \ -DPANGO_DISABLE_DEPRECATED \ -I$(top_srcdir) \ $(PANGO_DEBUG_FLAGS) \ |