From adf2c0a4a4f0d3bccb42cd3bbce2ae26cbc4e985 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 17 Jul 2008 14:40:51 +0000 Subject: Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually... Original commit message from CVS: * configure.ac:: * ext/taglib/Makefile.am:: Only use -Wno-attributes (which is there to work around a bug in the taglib 1.5 headers) if the c++ compiler actually supports it (#543255). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de6c6e01..4051f999 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-07-17 Tim-Philipp Müller + + * configure.ac:: + * ext/taglib/Makefile.am:: + Only use -Wno-attributes (which is there to work around a + bug in the taglib 1.5 headers) if the c++ compiler actually + supports it (#543255). + 2008-07-17 Tim-Philipp Müller Patch by: Benoit Fouet -- cgit