diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-26 12:17:35 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-10-26 12:17:35 +0000 |
commit | 0da7871e2b073cade2ad9aedf71590227cd036c3 (patch) | |
tree | 738a8b26e0c624991f3ca40cb95016c562912a5e /configure.ac | |
parent | 094245d095b2a1cc733e1950f9e5fadf98d2335c (diff) | |
download | gst-plugins-bad-0da7871e2b073cade2ad9aedf71590227cd036c3.tar.gz gst-plugins-bad-0da7871e2b073cade2ad9aedf71590227cd036c3.tar.bz2 gst-plugins-bad-0da7871e2b073cade2ad9aedf71590227cd036c3.zip |
avifile change
Original commit message from CVS:
avifile change
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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) ]) |