summaryrefslogtreecommitdiffstats
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
commit122c6f15c795a63e64d4bb080a45ac8fc63695f0 (patch)
treec41e11500908cd77dd1f8ad5801ac8fd74fb5aaf
parent3aa3407ca829a9311fe3468af7316207ea1333f3 (diff)
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 8e920c87..85cafab7 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)
])