mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
Original commit message from CVS: Patch by: Christian Kirbach * configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good. Fixes build on some systems (#331838).
This commit is contained in:
parent
22ce98cee3
commit
4f7b8f0d3a
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2006-03-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Christian Kirbach
|
||||
|
||||
* configure.ac:
|
||||
Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
|
||||
-good. Fixes build on some systems (#331838).
|
||||
|
||||
2006-03-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb
|
||||
Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a
|
|
@ -23,7 +23,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