From 4f7b8f0d3abf6e3cd9c988ecac5490a59ab80db8 Mon Sep 17 00:00:00 2001 From: Christian Kirbach Date: Mon, 27 Mar 2006 10:09:43 +0000 Subject: [PATCH] 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). --- ChangeLog | 8 ++++++++ common | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 499086017b..d0ed44446b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-03-27 Tim-Philipp Müller + + 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 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream), diff --git a/common b/common index 252846b570..45cc64e522 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb +Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a diff --git a/configure.ac b/configure.ac index 16aa46334b..4360c59b07 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ***