diff options
author | Jasmine Hassan <[email protected]> | 2012-11-11 06:43:05 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-11 08:01:22 +0200 |
commit | 6e90196244e02b7203c77de3568f8c4dcc8dc65a (patch) | |
tree | 0b8bc61de03bdfd9649e727c328b0a7e66627b16 /libmate-desktop/Makefile.am | |
parent | bfc5cbef4b0d3a95246d38af041f668068afda57 (diff) | |
download | mate-desktop-6e90196244e02b7203c77de3568f8c4dcc8dc65a.tar.bz2 mate-desktop-6e90196244e02b7203c77de3568f8c4dcc8dc65a.tar.xz |
[misc] rename --enable-deprecations to --enable-deprecation-flags
This is a better name for this configure option, since it's really about
enabling the use of the deprecation flags, not allowing the use of
deprecated API.
http://git.gnome.org/browse/gnome-desktop/commit/?id=7fcbb6d90d2c6251434dfac19364b39af21dceed
Diffstat (limited to 'libmate-desktop/Makefile.am')
-rw-r--r-- | libmate-desktop/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-desktop/Makefile.am b/libmate-desktop/Makefile.am index 4007291..878303d 100644 --- a/libmate-desktop/Makefile.am +++ b/libmate-desktop/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"MateDesktop\" \ -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale\"" \ -DPNP_IDS=\""$(PNP_IDS)"\" \ - $(DISABLE_DEPRECATED) + $(DISABLE_DEPRECATED_CFLAGS) AM_CFLAGS = $(WARN_CFLAGS) |