summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-08-13 11:25:16 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-08-13 11:25:16 +0000
commiteb3761f8a91251f59a6291d6981263ab08b41aad (patch)
tree6b14332f73cbdd040ce1a89af76ca167ea07e931 /configure.ac
parent2ac6c03fb1834bb78ee7150eed08fa8a8aa91413 (diff)
need c++
Original commit message from CVS: need c++
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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 ***