configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for
authorChristian Kirbach <christian.kirbach@googlemail.com>
Mon, 27 Mar 2006 10:09:43 +0000 (10:09 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 27 Mar 2006 10:09:43 +0000 (10:09 +0000)
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
common
configure.ac

index 499086017b84bb8af33946816387f4ced81bdef2..d0ed44446b5ca0d19bf92c238b07b482469e7635 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
diff --git a/common b/common
index 252846b570144570a0aee25b5adefbfac3f5d4eb..45cc64e522d61410eb8d1a3e7ef67569851cd77a 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 252846b570144570a0aee25b5adefbfac3f5d4eb
+Subproject commit 45cc64e522d61410eb8d1a3e7ef67569851cd77a
index 16aa46334bda57d5b11ff9cc977d976fd93e5583..4360c59b07d92a4be6d543e31ec1cab21fcd7de6 100644 (file)
@@ -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 ***