diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 10:13:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-03-27 10:13:47 +0000 |
commit | e1dbb3bfa999234eafa5bf59e06959874bbd3e5a (patch) | |
tree | 58dba87c73304ed675469ed29686728f8783a589 /configure.ac | |
parent | 7b3777a4a1b5f7e5667ac26a7c9273cbaab6fabe (diff) | |
download | gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.tar.gz gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.tar.bz2 gst-plugins-bad-e1dbb3bfa999234eafa5bf59e06959874bbd3e5a.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |