diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-13 11:25:16 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-08-13 11:25:16 +0000 |
commit | eb3761f8a91251f59a6291d6981263ab08b41aad (patch) | |
tree | 6b14332f73cbdd040ce1a89af76ca167ea07e931 /configure.ac | |
parent | 2ac6c03fb1834bb78ee7150eed08fa8a8aa91413 (diff) |
need c++
Original commit message from CVS:
need c++
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b66f47d5..76f7513a 100644 --- a/configure.ac +++ b/configure.ac @@ -412,7 +412,9 @@ GST_CHECK_FEATURE(AUDIOFILE, [audiofile], afsink afsrc, [ dnl *** avifile *** translit(dnm, m, l) AM_CONDITIONAL(USE_AVIFILE, true) GST_CHECK_FEATURE(AVIFILE, [avifile], winenc windec, [ - AS_AVIFILE(0.7.0) + if test "x$HAVE_CXX" = "xyes"; then + AS_AVIFILE(0.7.0) + fi ]) dnl *** CDParanoia *** |