summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
])