diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 10:13:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 10:13:47 +0000 |
commit | e1dbb3bfa999234eafa5bf59e06959874bbd3e5a (patch) | |
tree | 58dba87c73304ed675469ed29686728f8783a589 /ChangeLog | |
parent | 7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe (diff) | |
download | gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.tar.gz gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.tar.bz2 gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.zip |
configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems ...
Original commit message from CVS:
* configure.ac:
Remove CXX tag from AS_LIBTOOL_TAGS, just like we
did for -good and -ugly. Fixes build on some systems
and doesn't seem to be required for C++ code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-03-27 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Remove CXX tag from AS_LIBTOOL_TAGS, just like we + did for -good and -ugly. Fixes build on some systems + and doesn't seem to be required for C++ code. + 2006-03-26 Tim-Philipp Müller <tim at centricular dot net> * ext/taglib/gsttaglib.cc: |