diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ 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 build on Solaris (fixes + #326683; patch by: Brian Cameron <brian dot cameron at sun dot com>) + +2006-01-19 Tim-Philipp Müller <tim at centricular dot net> + * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init): * ext/cdio/gstcdio.h: * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext): diff --git a/configure.ac b/configure.ac index a5629ab5..3269062a 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 *** |