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 <brian dot cameron at sun dot com>)
This commit is contained in:
Brian Cameron 2006-01-19 21:00:50 +00:00 committed by Tim-Philipp Müller
parent eff93350f1
commit 830c305414
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
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):

View file

@ -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 ***