GNOME Bugzilla – Bug 661031
--disable-deprecations configure option doesn't drop deprecation flags
Last modified: 2013-08-18 13:21:10 UTC
Created attachment 198383 [details] config.log As reported downstream at: https://bugs.gentoo.org/show_bug.cgi?id=385453 DEPRECATION flags are still being used even with --disable-deprecations configure option being passed
Created attachment 198676 [details] [review] Use $(DISABLE_DEPRECATED) in copy-n-paste/Makefile.am Take the --disable-deprecated configure flag into account instead of just always disabling deprecated code in copy-n-paste/.
Patch applied to master, thanks. As for the main problem, in version 3.2 if you pass --disable-deprecated to configure, the DISABLE_DEPRECATED macros are defined and this is the way it is supposed to work, if you want to enable the use of depecrated code don't use the --disable-deprecated option or pass --disable-deprecated=no.
Comment on attachment 198676 [details] [review] Use $(DISABLE_DEPRECATED) in copy-n-paste/Makefile.am http://git.gnome.org/browse/file-roller/commit/copy-n-paste/Makefile.am?id=83ab53d16213fa79baad17ee63290287c708b0cf
forgot to close...