summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-10-26 12:17:35 +0000
commit2fce918b3bf754d8ef890a6edc3de5ae26f6b58c (patch)
treec06e37aee2ecef89e27e06aed864631fd67c6088
parente087fcd25a48a5065f6c44dff9b5c125ec028ab2 (diff)
downloadgstreamer-plugins-base-2fce918b3bf754d8ef890a6edc3de5ae26f6b58c.tar.gz
avifile change
Original commit message from CVS: avifile change
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8e920c87f..85cafab76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,9 +424,6 @@ GST_CHECK_FEATURE(AVIFILE, [avifile], winenc windec, [
if test "x$HAVE_CXX" != "xyes"; then
AC_MSG_WARN([No C++ compiler found, avifile test will fail compilation])
fi
- AC_CHECK_LIB(stdc++, cout,,
- [AC_MSG_WARN([no libstdc++ found, avifile test will fail])]
- )
AS_AVIFILE(0.7.0)
])