From e1dbb3bfa999234eafa5bf59e06959874bbd3e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 27 Mar 2006 10:13:47 +0000 Subject: configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems ... Original commit message from CVS: * configure.ac: Remove CXX tag from AS_LIBTOOL_TAGS, just like we did for -good and -ugly. Fixes build on some systems and doesn't seem to be required for C++ code. --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d2de6b1..803cf663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-27 Tim-Philipp Müller + + * configure.ac: + Remove CXX tag from AS_LIBTOOL_TAGS, just like we + did for -good and -ugly. Fixes build on some systems + and doesn't seem to be required for C++ code. + 2006-03-26 Tim-Philipp Müller * ext/taglib/gsttaglib.cc: diff --git a/configure.ac b/configure.ac index dfb14cb9..534bb8d9 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 AC_CONFIG_SRCDIR([gst/qtdemux/qtdemux.c]) -- cgit v1.2.1