mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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:
parent
eff93350f1
commit
830c305414
2 changed files with 8 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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 ***
|
||||
|
|
Loading…
Reference in a new issue