From 830c305414b64a25106c5416f22bb4158b3892a2 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 19 Jan 2006 21:00:50 +0000 Subject: configure.ac: just like in the core and gst-plugins-base. Fixes build on Solaris (fixes Original commit message from CVS: * 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 ) --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fbdc272c..e10f0dfc 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 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 *** -- cgit