summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-01-19 21:00:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-01-19 21:00:50 +0000
commit830c305414b64a25106c5416f22bb4158b3892a2 (patch)
tree175f129eb0103286b26d5a3c4521d5a62fca68c0
parenteff93350f1ef2b3aafc5f0d8c87926e3ccc4322e (diff)
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>)
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fbdc272c..e10f0dfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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):
* ext/cdio/gstcdio.h:
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
diff --git a/configure.ac b/configure.ac
index a5629ab5..3269062a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ***