diff --git a/ChangeLog b/ChangeLog index fbdc272cef..e10f0dfc4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-19 Tim-Philipp Müller + + * configure.ac: + Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just + like in the core and gst-plugins-base. Fixes build on Solaris (fixes + #326683; patch by: Brian Cameron ) + 2006-01-19 Tim-Philipp Müller * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init): diff --git a/configure.ac b/configure.ac index a5629ab5f1..3269062a0b 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ dnl we override it here if we need to for the release candidate of new series GST_MAJORMINOR=0.10 AC_SUBST(GST_MAJORMINOR) -AS_LIBTOOL_TAGS([CXX]) +AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff ***