GNOME Bugzilla – Bug 324367
Why the CXX libtool tag?
Last modified: 2006-01-19 21:51:13 UTC
Investigating why build fails in a chrooted build environment unless g++ isn't installed there, I discovered the following in configure.ac of the gst-plugins-good source: AS_LIBTOOL_TAGS([CXX]) My question is: why does libtool need C++ for, in this build? AFAIK, no C++ sources are involved in the Good collection.
It's been removed now: 2006-01-19 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just like in the core and gst-plugins-base. Fixes #324367 and #326683; patch by: Brian Cameron <brian dot cameron at sun dot com> (marking this one as duplicate just because I've already resolved the other one now; I do realise this one was filed earlier). *** This bug has been marked as a duplicate of 326683 ***