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
commit0da7871e2b073cade2ad9aedf71590227cd036c3 (patch)
tree738a8b26e0c624991f3ca40cb95016c562912a5e
parent094245d095b2a1cc733e1950f9e5fadf98d2335c (diff)
downloadgstreamer-plugins-bad-0da7871e2b073cade2ad9aedf71590227cd036c3.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)
])